HerdplattenToni
09-23-2005, 08:00 AM
Hello
I already postet this on an other forum and hope I don't bore to many people with my problems.
I need to get a java applet to work with my PocketLoox 720. The applet is compiled for jdk 1.1.6 conformance, so I thought it wouldn't be that big a problem with all newer jvm's.
However I tried crEme 3.2.x and crEme 4.x and both failed with an "Error in Init". I haven't found evaluation versions of jeode and the jvm that comes with NetFront and didn't try J9 since it seems to be a bit a pain to install that.
Has anyone got any idea what the problem might be? nanoXML shouldn't be a problem I think?
I import the following (if someone is interested in trying to make the applet run on his PPC I'll send it to him):
import java.applet.Applet;
import java.applet.AppletContext;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import java.util.Enumeration;
import nanoxml.XMLElement;
import java.applet.Applet;
import java.awt.*;
import java.io.PrintStream;
import java.awt.Component;
Thx in advance
I already postet this on an other forum and hope I don't bore to many people with my problems.
I need to get a java applet to work with my PocketLoox 720. The applet is compiled for jdk 1.1.6 conformance, so I thought it wouldn't be that big a problem with all newer jvm's.
However I tried crEme 3.2.x and crEme 4.x and both failed with an "Error in Init". I haven't found evaluation versions of jeode and the jvm that comes with NetFront and didn't try J9 since it seems to be a bit a pain to install that.
Has anyone got any idea what the problem might be? nanoXML shouldn't be a problem I think?
I import the following (if someone is interested in trying to make the applet run on his PPC I'll send it to him):
import java.applet.Applet;
import java.applet.AppletContext;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import java.util.Enumeration;
import nanoxml.XMLElement;
import java.applet.Applet;
import java.awt.*;
import java.io.PrintStream;
import java.awt.Component;
Thx in advance