importing jar file under MSJVM/jvc.exe
807603Nov 18 2007 — edited Nov 19 2007I 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