Dillinger4
Oct 29th, 2000, 03:00 PM
Hi,
I just got this JDK1.3 from my friend. And I wrote a small app and saved it in notepad. Under HelloWorldApp.Java
When i goto compile it C:\JDK1.3\Bin javac -sourcepath HelloWorldApp.Java dos says nothing and just puts up the current directory. The help file says "If the compilation succeeds, the compiler creates a file named HelloWorldApp.class in the same directory (folder) as the Java source file (HelloWorldApp.java). But there is no class file to be found. Can anyone show me a simple example of how to compile something.
Thanks.....
I just got this JDK1.3 from my friend. And I wrote a small app and saved it in notepad. Under HelloWorldApp.Java
When i goto compile it C:\JDK1.3\Bin javac -sourcepath HelloWorldApp.Java dos says nothing and just puts up the current directory. The help file says "If the compilation succeeds, the compiler creates a file named HelloWorldApp.class in the same directory (folder) as the Java source file (HelloWorldApp.java). But there is no class file to be found. Can anyone show me a simple example of how to compile something.
Thanks.....