|
-
April 7th, 1999, 03:03 PM
#1
Strange thing happening
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
-
April 9th, 1999, 12:00 AM
#2
Re: Strange thing happening
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-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|