Skip to Main Content

Java Programming

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!

importing jar file under MSJVM/jvc.exe

807603Nov 18 2007 — edited Nov 19 2007
I am using MS jvc.exe to compile a java program. I am forced to use MS JVM (jvc.exe) because of some APIs that I have to use, which requires me to compile the java code under MS JVM. Sorry about that!

I have imported a utility package (compatible with java 1.3). However, when I compile it, I get the following error:

Error J0051: Undefined package ...<package name>

THe package (jar file) exists in the correct location. I included the path in CLASSPATH variable. I tried everything that comes to my mind. I tried to search the internet about this error, but the few hits I got did not resolve the issue.

Can anyone suggest what else I can do?

Thanks in advance.

coderNewbie
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 17 2007
Added on Nov 18 2007
4 comments
301 views