jikes compiler in CLI

mkwan

Tech
greetings:

I have attempted to compile a simple helloworld program using the jikes compiler. I get 2 errors shown below:

Found 2 system errors:

*** Error: Could not find package "java/util" in:
.



*** Error: Could not find package "java/lang" in:


and yet I was able to compile the code in project builder. what is going on here? and How do I fix the errors?


thanks
 
you mean like:

<jikes -option "classpath...."> ?


(sorry I have not done this before and I wanted to compile the java source code using the jikes compiler, but was getting errors similar to the earlier post)
 
Back
Top