Please help on how to compile sample codes
Posted by Shawn-62 on Jun 09, 2008; 3:17pm
URL: http://imagej.273.s1.nabble.com/Please-help-on-how-to-compile-sample-codes-tp3695988.html
Hi, everyone, I try to compile the downloaded smaple code, IPDemo2;
however the Java compiler gives me a couple of errors, for example:
ipdemo.java:1:package IJ does not exist
ipdemo.java:4:package IJ.process does not exist
ipdemo.java:11:cannot find symbol
etc, etc.
Dose anyone give me a clue to fix the problem? If I use Microsoft Visual
Studio 2003 as a compiler, how can I include this demo into a java project
and compile it?
Thank you very much.