This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error when trying to run java program with gij


>>>>> "Per-Olof" == Per-Olof Wallin <perwal-6@student.luth.se> writes:

Per-Olof> I've just compiled and installed gcc 3.0.4 on my
Per-Olof> Solaris2.8. I can compile the program with gcj but when I
Per-Olof> try to run by: >gij program

>>> Exception in thread "main" java.lang.ClassNotFoundException: hello

Try setting your CLASSPATH environment variable to point to where
`hello.class' is found.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]