Hi everyone, I've asked the Familiar people about this to no avail, maybe someone here (Juergen?) can help.
Basically, I can get the VM to do basic text-based apps (compiled on 1.3.1sdk on linux/i386), but can't get even a simple AWT or Swing app to run in the same manner. I imagine I have some libraries missing or not in my path or something. Any Suggestions? Here's the stacktrace: Exception in thread "main" java.lang.ClassFormatError: MyApp (Illegal constant pool type) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:486) at java.security.SecureClassLoader.defineClass (SecureClassLoader.java:111) at java.net.URLClassLoader.defineClass (URLClassLoader.java:248) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at sun.misc.Launcher$AppClassLoader.loadClass (Launcher.java:286) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:313) I'm running this on an iPAQ (StrongARM) distro from blackdown. I've installed the blackdown 1.3.1 distro with the 'additional-ipaq- stuff' package, but I'm uncertain how I'm suppsed to install them -- I've tried linking them in to what I believe are the correct directories, but I can't get Swing/AWT apps to work. I'll send the java source for this example if need be. Any suggestions appreciated. ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]