Re: Getting back into WebObjects, problems
Re: Getting back into WebObjects, problems
- Subject: Re: Getting back into WebObjects, problems
- From: Chuck Hill <email@hidden>
- Date: Mon, 3 Apr 2006 10:46:56 -0700
Add this to the launch arguments:
-WOHost localhost
(or 127.0.0.1 or whatever you want to use).
Chuck
On Apr 3, 2006, at 10:42 AM, Daniel DeCovnick wrote:
It was the space issue. Thanks! While I'm at it, is there a way to
have the web browser open localhost or 127.0.0.1 instead of my-
computer-name.local? It loads much faster that way.
-Dan
On Apr 3, 2006, at 1:33 PM, Chuck Hill wrote:
Two quick questions:
1. Is there a space in the path to the project? Spaces can cause
problems.
2. Is Application.java in a package?
Chuck
On Apr 3, 2006, at 10:24 AM, Daniel DeCovnick wrote:
Hi all,
I was experimenting with WebObjects briefly last year shortly
before Tiger came out. Then CoreData kept me plenty busy for
quite some time. Now I'm trying to get back into WebObjects, but
I'm running into a problem I don't remember from 5.2.4, quite
early on. I've created a new WebObjects Application in Xcode,
added an EOModel, and tried to build and run immediately. Before,
I didn't get much when I did that, just the normal Hello World.
Now, I'm not even getting that. The program exits with status 1
basically before launch. Here's an excerpt from the build log:
/Library/WebObjects/Extensions/servlet.jar
/Library/WebObjects/Extensions/wsdl4j.jar
/Library/WebObjects/Extensions/
Can't load Application class, exiting...
java.lang.ClassNotFoundException: Application
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:68)
Schedule1 has exited with status 1.
I wonder if I'm missing something obvious here. Please tell me if
so.
Thanks,
Dan
Daniel DeCovnick
danhd123 at mac dot com
Softyards Software
http://www.softyards.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Coming in 2006 - an introduction to web applications using
WebObjects and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve
specific problems. http://www.global-village.net/products/
practical_webobjects
--
Coming in 2006 - an introduction to web applications using WebObjects
and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
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