We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I tried to make a simple Hello World with processing and integrate it to my Maven project.
Unfortunately, I get the following error:
Invalid class file: processing/core/PGraphics$AsyncImageSaver.class
In my pom file, I used the following:
<dependency>
<groupId>org.processing</groupId>
<artifactId>core</artifactId>
<version>3.1.1</version>
<optional>true</optional>
</dependency>
I also tried including jogl and gluegen, but it does not seem to be the source of the error (or does it?).
Thanks.
Answers
Hi. Any advance on this?
I'm actually stucked in my first steps with maven. I create a maven project, imported it in IntelliJ, added the following dependency:
And now I don't know what to do. My processing import is marked in red. Should I ran any command from cli? If i run mvn install I get:
Answered in other thread. Please try and keep questions to one place otherwise the answers will get messy.
https://forum.processing.org/two/discussion/20690/installing-processing-3-with-maven#latest