|
#1
| ||||
| ||||
| jikes compiler in CLI
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
__________________ mkwan UNIX was created in the late 1960s, in an effort to provide a multiuser, multitasking system for use by programmers. The philosophy behind the design of UNIX was to provide simple, yet powerful utilities that could be pieced together in a flexible manner to perform a wide variety of tasks. |
|
#2
| |||
| |||
|
Try using javac instead of jikes, or setting your classpath in the arguments to jikes.
|
|
#3
| ||||
| ||||
|
how do I set the classpath to jikes?
__________________ mkwan UNIX was created in the late 1960s, in an effort to provide a multiuser, multitasking system for use by programmers. The philosophy behind the design of UNIX was to provide simple, yet powerful utilities that could be pieced together in a flexible manner to perform a wide variety of tasks. |
|
#4
| |||
| |||
|
Not "set the classpath to jikes", "set the classpath" in "the arguments to jikes".
|
|
#5
| ||||
| ||||
|
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)
__________________ mkwan UNIX was created in the late 1960s, in an effort to provide a multiuser, multitasking system for use by programmers. The philosophy behind the design of UNIX was to provide simple, yet powerful utilities that could be pieced together in a flexible manner to perform a wide variety of tasks. |
|
#6
| ||||
| ||||
|
disregard the last post I forgot about the stupid angle brackets...
__________________ mkwan UNIX was created in the late 1960s, in an effort to provide a multiuser, multitasking system for use by programmers. The philosophy behind the design of UNIX was to provide simple, yet powerful utilities that could be pieced together in a flexible manner to perform a wide variety of tasks. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| java2native compiler | macawet | Software Programming & Web Scripting | 4 | December 4th, 2003 11:27 AM |
| nativ mac osX java compiler | macawet | Software Programming & Web Scripting | 3 | October 23rd, 2003 07:11 AM |
| Little Problem with finding a small compiler... | thesinx | Software Programming & Web Scripting | 4 | May 23rd, 2003 01:04 PM |
| cc compiler problem | niteowl | Software Programming & Web Scripting | 5 | April 11th, 2003 09:24 PM |
| Samba SWAT problem, CLI blues | Lazarus18 | Mac OS X System & Mac Software | 0 | December 5th, 2001 02:05 AM |