Issue 3: compile / run java in OS X 10.6.x
Status:  Done
Owner:
Closed:  Sep 2011
Reported by jim.tral...@gmail.com, Sep 22, 2011

1. Can you please give a note on steps how to run the Java client files on Mac.

Mac OS X 10.6.7 Java 1.6 

When I have tried to run or compile as class,
e.g 'javac IsmbNppConnection.java'
I have received error:
ava:68: cannot find symbol
symbol  : class IsmbNppException


2. Do we need to compile classes first, in a specific order, with a specific order?

regards,

Jim


Sep 26, 2011
Project Member #1 antonio....@gmail.com
Have you tried with 
javac src/*.java , from the Ismb-Npp-Reverse folder?

In one shoot you can compile all the project.


Status: Done
Owner: antonio....@gmail.com
Sep 27, 2011
#2 jim.tral...@gmail.com
Thanks for the reply.
Sorry I couldnt get it to work still. Which folder you need to 'cd' into to
run that command?
javac src/*.java
implies that the .java files are in a folder 'src' which they are not.
Sorry my Java structure knowledge limited. Any link to a dummies guide to
Java on OS X?

And when the classes created - how to run it?

Its a great project idea. I wish to see something like this implemented as
linked to  Processing IDE, that would be good development. Then front end
could be added greatly