CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    11

    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




  2. #2
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    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
  •  





Click Here to Expand Forum to Full Width

Featured