Skip to Main Content

Java Development Tools

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!

jdeveloper / java/javac error

615193Mar 12 2008 — edited Mar 17 2008
Ok so i was being helped by someone on here and it was very helpful, so another problem maybe someone can answer. In jdeveloper my code will run, everything is correct. I looked at the output path of where it stores the class file and went there and got the class file and from a command prompt i tried "java class file name and thought it would run it. it gave me errors however in jdeveloper it runs no problem.

I was talking with someone that stated it wont run without jdeveloper because jdev does some work in the background, the work is that it knows what package it is coming from or what not.

so my question is what additional information would i need to input when simply running java class file name that jdeveloper includes in the back ground or should i simply copy the code from the .java file and compile it from my command prompt hence making a new class file construted through command prompt?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2008
Added on Mar 12 2008
34 comments
4,027 views