Click to See Complete Forum and Search --> : Strange thing happening


Michel Crichton
April 7th, 1999, 03:03 PM
Hi,

I am having problems with a GUI application that I coded using the Visual Age IDE. When I run the app using the IDE it works fine. I have recently tried running the same code using JDK 1.2's java command and although the GUI behaves properly most of the time, it does do some strange things at times (moves certain components that should not be moved). Does it make a difference which java VM I am using to run the byte code? I am thinking that the JDK and Visual Age's java VM are interpreting the byte code in a different manners. Is this possible?

Any suggestions or ideas as to why this is happening would be greatly appreciated.

Thanks,

Mich

Masaaki
April 9th, 1999, 12:00 AM
Hi.

Did you compile the same code by JDK compiler - "javac"?
If you succeed this, probably class file works fine.

I don't know whether JVM of Sun is a same one as Visual Age.
However, you will find it by yourself if you compile your code
JDK compiler and run JVM of Sun.

Regards.
-Masaaki Onishi-