I just want to use another render in processing, i mean P2D
Who is know, hot to fix this trouble in Eclipse?
May be i just not imported necessary libs from processing?
Only core, thank you
I will try to do like this
It’s not working also with these jar files
Did you add them to the build path by right clicking on each. After this is done icons look like this:

Yes i did it, but it’s still not working
After a while, I returned to this task, and the solution turned out to be to specify my own libraries in the project itself.
For those who have a similar problem, I will provide a solution, as well as some additional data.:
Development environment: Eclipse
OPERATING System: Windows 7
Java: SE 17
Decision:
just create a path in your project.:
native/windows-amd64
go here to install all the files from the same folder as in processing.
(processing\core\library\windows-amd64)
in addition, after that, you should definitely add the following libraries to your project:
- core.jar;
- gluegen-rt.jar;
- jogl-all.jar;

