Please help on how to compile sample codes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Please help on how to compile sample codes

Shawn-62
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.