Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Having problem running an application

843798Aug 8 2001 — edited Aug 8 2001
I have recently installed jdk 1.2.2 and i have no problem running applet but when i try to run an application i get the message 1 error can't find<filename> . java.

The path in autoexec.bat is fine. JRE File is include in my file jdk1.2.2.

I have installed and deinstalled it a couple of time and can't make it work.

Could someone help me please!!

Thanking you in advance!

Comments

843798
doesn't sound like a path problem at all. you say when you try to RUN the app you get a message can't find filename.java. When you're running the app you run the binary class file i.e. java MainClass.class. If you're compiling the app you would do javac MainClass.java. Clarify your situation further if this does not help you out.
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 5 2001
Added on Aug 8 2001
1 comment
52 views