Nondirect Java Client Dev tutorial error
Nondirect Java Client Dev tutorial error
- Subject: Nondirect Java Client Dev tutorial error
- From: Andres Toussaint <email@hidden>
- Date: Wed, 8 Dec 2004 13:33:06 -0500
I am evaluating WebObjects for deployment of a Rich Client Application. I am trying to build the simple Nondirect Java Client demo for the Admissions tutorial, creating a custom NIB file.
I have done everything exactly as the tutorial indicates.
(http://developer.apple.com/documentation/WebObjects/DesktopApplications/NonDirectJavaClient/chapter_8_section_2.html#//apple_ref/doc/uid/TP30001017-DontLinkChapterID_13-TPXREF37)
But my client application wont start, it throws the following error:
java.lang.IllegalArgumentException: Controller class not found: AdmissionsStatic.client.StudentFormInterfaceController
at com.webobjects.eoapplication.EOController._newController(EOController.java:221)
at com.webobjects.eoapplication.EOApplication.finishInitialization(EOApplication.java:1186)
at com.webobjects.eoapplication.EOApplication$1.run(EOApplication.java:513)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
-----------------
Test Config: Mac OS X 10.3.6, PowerMac G4, xCode 1.5, WebObjects 5.2.2 (the one available in the ADS sampler, with software update patch), mySQL 4.0.18 (3.0.8)
I looked inside the .war and there is a file "AdmissionsStatic/client/
_StudentFormInterfaceController_EOArchive.class" so i assume the class is there to be fetched by the classloader.
Could somebody point me in the proper path.
Thanks,
Andres. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden