Re: WO 5.2.2 - Getting an app to launch - java.lang.NoClassDefFoundError
Re: WO 5.2.2 - Getting an app to launch - java.lang.NoClassDefFoundError
- Subject: Re: WO 5.2.2 - Getting an app to launch - java.lang.NoClassDefFoundError
- From: 竹尾 哲也 <email@hidden>
- Date: Fri, 31 Oct 2003 15:01:17 +0900
hi,
I had same problem like you.
It was caused by <woa wrapper>/Contents/MacOS/MacOSClassPath.txt file.
When I had same error, its first line was set to invoke JVM1.3.1.
# JVM =
/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/
java
rewriting it to:
# JVM = java
fixed my problem. Give it a try.
Subject: WO 5.2.2 - Getting an app to launch -
java.lang.NoClassDefFoundError
To:Apple Webobjects List List <email@hidden>
From:George Domurot <email@hidden>
Date:Wed, 29 Oct 2003 23:30:12 -0500
Upon running, an app exits with the following information:
java.lang.NoClassDefFoundError
at
com.webobjects.foundation.NSLog$PrintStreamLogger.<clinit>(NSLog.java:
1606)
at com.webobjects.foundation.NSLog.<clinit>(NSLog.java:455)
at
com.webobjects.foundation._NSUtilities.<clinit>(_NSUtilities.java:154)
at
com.webobjects.appserver.WOApplication.<clinit>(WOApplication.java:
165)
at java.lang.reflect.Method.invoke(Native Method)
at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:71)
Any ideas out there?
-George
---
[objC retain];
Tetsuya Takeo
_______________________________________________
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.