Re: Unusual "java.lang.NoClassDefFoundError"

2001-11-12 Thread Oktay Akbal
To bad you did not send the error message, but I assume you wrote "java HelloWorld.class" instead of "java HelloWorld". Oktay -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Unusual "java.lang.NoClassDefFoundError"

2001-11-12 Thread Jay Bennie
Hi all,   I have trawled through the new groups and archives for a solution, I have exhausted extensive volumes of documentation on setting the CLASSPATH and env configuration and still no joy.    I assume that this is a config problem and not a system problem (unless you know better), as I

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Chris Kelly
developed worked under the old jdk1.1.7v3, but now they are broken. The >error I get is: >java.lang.NoClassDefFoundError: sun/tools/javac/Main >at org.gjt.jsp.JSPCompiler.compileJavaFile(JSPCompiler.java, Compiled Code) >at org.gjt.jsp.JSPCompiler.compile(JSP

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Juergen Kreileder
g works great; actually I've got much better Robert> performance than I had before. Robert> However, I have a team of developers working on a new Robert> project. The jsp's they developed worked under the old Robert> jdk1.1.7v3, but now they are broken. The error

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Lorin Kobashigawa
;performance than I had before. > > However, I have a team of developers working on a new project. The jsp's >they developed worked under the old jdk1.1.7v3, but now they are broken. The >error I get is: >java.lang.NoClassDefFoundError: sun/tools/javac/Main >at org.gjt.jsp.J

Re: java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Robert Miller
Thanks guys! You nailed it! I've forwarded the appropriate URLs to my developers to see what they say about it. I hope it won't be too much of a problem to get that issue resolved. thanks again! On 27 Mar 2000, Juergen Kreileder wrote: Peter did, too =) > > org.gjt.jsp.JSPCompil

java.lang.NoClassDefFoundError: sun/tools/javac/Main

2000-03-27 Thread Robert Miller
m of developers working on a new project. The jsp's they developed worked under the old jdk1.1.7v3, but now they are broken. The error I get is: java.lang.NoClassDefFoundError: sun/tools/javac/Main at org.gjt.jsp.JSPCompiler.compileJavaFile(JSPCompiler.java, Compi

java.lang.NoClassDefFoundError:

2000-01-04 Thread M.N.Balaji
hai, I have installed JDK 1.2.2 on Redhat 6.1, i am able to compile and run java programs , but rmi is giving problems, when i type rmic it is giving the following error. Please tell me how to rectify the problem. java.lang.NoClassDefFoundError: sun/rmi/rmic/Main at