Re: D2JC Client-Side Application...
Re: D2JC Client-Side Application...
- Subject: Re: D2JC Client-Side Application...
- From: Christian Evans <email@hidden>
- Date: Thu, 8 Jul 2004 15:04:07 -0400
Here is the code I have in my .java of the second project which
includes my first project's .jar file.
My current error is: PulStarUsersSwing.java:276: package
com.webobjects.eoapplication.client does not exist
//
// PulStarUsersSwing.java
// PulStarUsersSwing
//
// Created by Christian Evans on Thu Jul 08 2004.
// Copyright (c) 2004 __MyCompanyName__. All rights reserved.
//
// For information on setting Java configuration information, including
// setting Java properties, refer to the documentation at
// http://developer.apple.com/techpubs/java/java.html
//
import java.util.Locale;
import java.util.ResourceBundle;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import javax.swing.*;
import com.apple.eawt.*;
public class PulStarUsersSwing extends Object {
public static void main(String args[]) {
//
com.webobjects.eoapplication.client.EOClientApplicationSupport.main(new
String[]{"", ""});
com.webobjects.eoapplication.client.EOClientApplicationSupport.main(
new String[]{"",""});
}
}
Thanks for any help at all.
Christian
On Jul 8, 2004, at 1:39 PM, Benjamin J Doherty wrote:
> On Jul 8, 2004, at 10:07 AM, Christian Evans wrote:
>
>> 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:
>
> Maybe I'm speaking to a different problem, but I know that on Windows
> and Mac that if you run a Java Web Start application twice, you're
> asked if you want to create a clickable desktop application for it.
> Have you tried this to see if it solves your problem?
>
> And furthermore, I don't think 10 seconds is a long time to wait for
> an application to load. In a modern operating system environment, the
> application shouldn't have to be started more than once per day. Once
> it's running on the client, let it run all day. Why shut it down?
> _______________________________________________
> 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.
_______________________________________________
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.