# Processing Renderer in NetBeans

**URL:** https://discourse.processing.org/t/processing-renderer-in-netbeans/6477
**Category:** Processing
**Created:** [December 10, 2018, 2:28pm UTC](https://discourse.processing.org/t/processing-renderer-in-netbeans/6477 "2018-12-10T14:28:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![flecheria](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/flecheria/32/2760_2.png) [@flecheria](https://discourse.processing.org/u/flecheria)
#### Post date: [December 10, 2018, 2:28pm UTC](https://discourse.processing.org/t/processing-renderer-in-netbeans/6477/1 "2018-12-10T14:28:20Z")

</div>

HI  
I’m using processing in NetBeans but I got this error when I try to set P3D renderer in settings;

```auto
public void settings() {
    size(300, 300, "P3D");
}

```

> java.lang.RuntimeException: The P3D renderer is not in the class path.

How can I solve this problems? Do I have to load some specific jar library?

Thanks  
Paolo

---

<div class="post-metadata">

### Author: ![flecheria](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/flecheria/32/2760_2.png) [@flecheria](https://discourse.processing.org/u/flecheria)
#### Post date: [December 10, 2018, 3:02pm UTC](https://discourse.processing.org/t/processing-renderer-in-netbeans/6477/2 "2018-12-10T15:02:14Z")

</div>

Solved  
 ![immagine](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/2X/e/e16f488687a94e66886d1e24030c42a2fceaddca.png)

Importing all gl library.  
Thanks to:

> **[Processing 2.x and 3.x Forum](https://forum.processing.org/two/discussion/3687/cant-use-opengl-in-eclips)**
>
> Processing is an electronic sketchbook, a language and a worldwide community. This is its forum.
