D2JC Client-Side Application...
D2JC Client-Side Application...
- Subject: D2JC Client-Side Application...
- From: Christian Evans <email@hidden>
- Date: Thu, 8 Jul 2004 11:07:38 -0400
Hi,
I know there aren't too many people using WO for D2JC Apps but I would
love some help from anyone regarding this issue:
My app takes way too long to load from the server via WebStart (> 10
seconds), so I tried to create a client-side app from the examples in
WODesktopApps.pdf (Page 188) for deploying the D2JC as a double
clickable app that I can install on the client side. I do everything
in the example and when I go to build I get an error at the following
line in the main class:
public class PulStarUsersSwing extends Object {
public static void main(String args[]) {
com.webobjects.eoapplication.client.EOClientApplicationSupport(new
String[]{"", ""});
}
}
The error is that:
PulStarUsersSwing.java:274: cannot resolve symbol : class client
I have to admit that I am new to Java and I'm learning A$$-Backwards
because I got WO and in a week-end I got a really nice, clean Java
client application running for customer tracking with the only real
complaint from my users being a really slow launch time and slow
first-time screen launches. On my dual 1.8 G5 it takes about 4 seconds
to launch. The bad part is I hardly understand the code so please be
kind, I'm working on a bunch of other projects and can't find the time
to learn right, right now. :-(
Any help here would be GREAT!
Thanks,
Christian
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.