Results 1 to 5 of 5

Thread: Virtual Machine incompatibilities...

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2001
    Location
    HH
    Posts
    41

    Angry Virtual Machine incompatibilities...

    Hi,
    I'm struggling with the following problem:
    I have created an applet that will only run under Sun Java Virtual Machine (1.3/4), but refuses to work with the Microsoft Virtual Machine.

    I presume it has something to do with the fact, that I implement the Timer class from the JDK 1.4.0.

    Does anyone have any experience with this?


    Thanks in advance for your pointers and tips!
    -=<][])a ][}yte>=-

  2. #2

    Thread Starter
    Member
    Join Date
    Aug 2001
    Location
    HH
    Posts
    41

    Exclamation More...

    elaborating on the last post I'd like to add, that the Ms VM throws the following message everytime:
    "load: class xxxxx not found"
    with class xxxxx being the main class in the java source, namely the one that extends class Applet.
    (syntax:
    public class xxxxx extends Applet ...
    )

    Thanks...
    -=<][])a ][}yte>=-

  3. #3
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    Micro$oft never really supported Java so don't worry about, they modified the language (eg. "delegates") and tried to corporatized it a la "JScript", don't expect compatibility. I believe that Micro$oft is stuck supporting Java 1.1.4 and nothign newer due to the lawsuit.
    "There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein

    If you are programming in Java use www.NetBeans.org

  4. #4

    Thread Starter
    Member
    Join Date
    Aug 2001
    Location
    HH
    Posts
    41
    I was hoping there were a solution, such that I would alter my code to achieve (1.1.4) compatibility...
    Is there some site I could check or something?

    Tanks!
    -=<][])a ][}yte>=-

  5. #5
    Addicted Member Mrs Kensington's Avatar
    Join Date
    Sep 2001
    Location
    Dorset, UK
    Posts
    144
    You could ask the people using it to update to the latest JVM for the good of mankind!

    You can set it up so it installs when needed. i.e. when a user goes to your web page if they don't have the correct JVM the browser asks if they want to install it, and then does.
    Information about this can be found here http://java.sun.com/products/plugin/
    Ford? Theres an infinite number of monkeys outside that want to talk to you about a script of hamlet they've produced!

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