Search found 1 match

by mwp
Tue May 17, 2005 1:07 pm
Forum: Java
Topic: Using multiple JDKs
Replies: 0
Views: 705

Using multiple JDKs

Hi, I am wondering how to use both 1.4 and 1.5 through textpad. I have got it where it can compile in either, but when I try to run the compiled 1.4 I get: Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object I have the parameters set as -version 1.4 $BaseName ...