Do you actually have any 1.5 specific code in the client application or are you compiling it as 1.5 only? Currently the JavaClient WebStart only asks the client for a 1.4+ JVM. I found out that the errors are very unusual when some JVM's try to run a 1.5 binary after being told it's a 1.4 version. The class loading error was very common when it couldn't link some of the functions in a 1.5 binary to the 1.4 libraries. I do have a fix for it if that's the case.
>> I think I'm doing everything right according to the dox, but get an >> IlleganStateException when attempting to load the .nib archive. >> >> Exception in thread "AWT-EventQueue-0" >> java.lang.IllegalStateException: Could not load archive named >> djcdemo.client.JobFormInterfaceController >> at com.webobjects.eoapplication.EOArchive.loadArchiveNamed >> (EOArchive.java:309) >> >> I'm trying to mix a static .nib file with a direct to java client >> application. WO 5.3.1, Java 1.5, OS X 10.4.3. >> >> Does anyone have some sample code for this kind of a direct to java >> client application that they wouldn't mind sharing? >> _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
