Hello Friends, What did change in Java version 1.3 that I need to compile it differently. I had some programs written for Jdk1.2.2. I donno why I am not able to compile and run them in Jdk1.3. What are the changes. I am able to compile them using oldjavac and run them using oldjava. Any help is appreciated. thanks!
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
I switched from 1.2 to 1.3 with no problems. What kind of errors are you getting?
JavaBeginnersFaq "Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Babu Daan
Greenhorn
Joined: Nov 05, 2001
Posts: 17
posted
0
It is giving me the exception saying Exception in thread "main" java.lang.NoClassDefFoundError: hereClassName It is not able to find the class. Why!!
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
Is the class in your classpath?
Ronald Schindler
Ranch Hand
Joined: Jul 11, 2000
Posts: 50
posted
0
Question: did you ever get this figured out? I'm having a similar problem. I'm getting this error: Exception in thread "main" java.lang.NoClassDefFoundError: testClass It works fine on my one harddrive but not on the other. I looked at the Path and Classpath for both and they contain the same information. My immediate workaround is to use my old disk but its not how I'd like to continue.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.