|
-
Apr 28th, 2002, 03:59 PM
#1
Thread Starter
Member
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!
-
Apr 28th, 2002, 06:02 PM
#2
Thread Starter
Member
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...
-
Apr 28th, 2002, 07:38 PM
#3
Hyperactive Member
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
-
Apr 28th, 2002, 08:31 PM
#4
Thread Starter
Member
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!
-
Apr 29th, 2002, 03:16 AM
#5
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|