1

Hey, this topic has been discussed before here (Using Processing on a server to create images behind the scenes, and Rendering images with Processing.org on Java servlet) and a very promising solution proposed by @George Bashi. But I have encountered difficulties regarding its implementation. If I write a .java file with Processing syntax, with which libraries would I need to compile with it to preserve Processing structure? When I compile such a file with processing.core.jar, servlet-api.jar, javac calls errors on all the Processing-unique syntax. Trying to avoid re-writing a Processing program into standard Java, how would one compile a Processing .java file into a .class that is usable as a Java servlet? Cheers all

Community
  • 1
  • 1
Scott
  • 103
  • 1
  • 1
  • 10

1 Answers1

1

Wow I feel dumb. Eclipse with Web Tools and http://www.java-tips.org/java-tutorials/tutorials/introduction-to-java-servlets-with-eclipse.html saved the day. Learn something new every day.

Scott
  • 103
  • 1
  • 1
  • 10