Using Processing from the Eclipse Java IDE

preview_player
Показать описание

Useful links:
Рекомендации по теме
Комментарии
Автор

For anyone doing this on a more modern eclipse/java, you may need to add "requires core;" and "exports yourpackage;" to your module file.

Thanks for the tutorial, saved me a ton of time!

MushroomManToad
Автор

omg bro thank you so much. The TA's in my class spent hours trying to get this set up and they literally gave up. Got it working thanks to your video! <3

davidhall
Автор

You saved me bro I'm having a huge-scale project on Processing and didn't what to do xDD thanks

superkiment
Автор

thanks! It worked for me. Just a note for those who get a ClassNotFoundException: if you are putting the class under a package, include the name of the package as well : "packageName.className" as arguments to PApplet.main(), instead of simply the class name!

firstuser