File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes Running Processing Sketch through Java on Mac Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Running Processing Sketch through Java on Mac" Watch "Running Processing Sketch through Java on Mac" New topic
Author

Running Processing Sketch through Java on Mac

Melanie Moeller
Greenhorn

Joined: Sep 01, 2012
Posts: 1
Hi everyone,

I have written this code to open and run a Processing (.pde file) sketch. So far, it opens the sketch, but it does not run it. The Processing keyboard shortcut for running a sketch is ⌘R. Any suggestions how I can get Java to start executing the sketch?

Thanks a lot!!

This is my code:


 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Running Processing Sketch through Java on Mac
 
Similar Threads
Set environment variable of UNIX by java program
java program run external command on Unix
command execution error
How do I calculate the free disk space from within a java program?
calling a perl script from java program