/[EMAIL PROTECTED] java $ javac -g -verbose Test.java
[parsing started Test.java]
[parsing completed 110ms]
[loading /opt/sun-jdk-1.4.2.06/jre/lib/rt.jar(java/lang/Object.class)]
[loading /opt/sun-jdk-1.4.2.06/jre/lib/rt.jar(java/lang/String.class)]
[checking Test]
[loading /opt/sun-jdk-1.4.2.06/jre/lib/rt.jar(java/lang/System.class)]
[loading /opt/sun-jdk-1.4.2.06/jre/lib/rt.jar(java/io/PrintStream.class)]
[loading /opt/sun-jdk-1.4.2.06/jre/lib/rt.jar(java/io/FilterOutputStream.class)][loading /opt/sun-jdk-1.4.2.06/jre/lib/rt.jar(java/io/OutputStream.class)]
[wrote Test.class]
[total 521ms]
[EMAIL PROTECTED] java $ java Test.class Exception in thread "main" java.lang.NoClassDefFoundError: Test/class/
(keeping in mind Test.class is just your average hello world program, i.e. http://java.sun.com/docs/books/tutorial/getStarted/application/ )
It's also done the same with code I know works as I've compiled it on different machines.
Curiously enough, Azureus works just fine.
Uh... am I doing anything wrong? I also, for the fun of it, re-emerged blackdown's JRE and sun's SDK and a few other java-related things with angry acronyms in it.
On a related note,
I'm picking up Java in school and as a neat language to go on about. Now, my school board licensed a very basic IDE from this Toronto based software house that: compiles and executes your code AND has the ability to trace execution.
I realise this may be a bit to much to ask for, but nothing I find through Google seems to fit the bill. I'm currently trying out jedit but I suspect I lack a very large amount of plugins.
Any suggestions?
Danke.
-- [email protected] mailing list
