Re: [Solved - kinda] Re: WO 5.2.2 - Getting an app to launch - java.lang.NoClassDefFoundError
Re: [Solved - kinda] Re: WO 5.2.2 - Getting an app to launch - java.lang.NoClassDefFoundError
- Subject: Re: [Solved - kinda] Re: WO 5.2.2 - Getting an app to launch - java.lang.NoClassDefFoundError
- From: Christian Evans <email@hidden>
- Date: Tue, 18 Nov 2003 17:55:37 -0500
Absolutely correct, I had been using the workaround to hardcode to
1.3.1 even if 1.4.1 was available.
Thanks!
Now another quicky....
I set the target to use the com.apple.macos.useScreenMenuBar = yes, but
the menus are still in the app. Any way to force the menus to the menu
bar other than this?
Thanks again,
Christian
On Nov 18, 2003, at 5:28 PM, Chuck Hill wrote:
That error comes from running on an 1.3.1 JVM. Yes, I know you have
1.4.1 installed. However, the app is still (somehow) configured to
use the old 1.3.1 installation.
Chuck
Christian Evans wrote:
Hi all,
OK, I must have deleted the important emails because this is all I
have left and it doesn't tell me much. I shouldn't clean-up too
much. ;-)
Here is my problem. I have a fairly simple D2J Client app that I am
trying to get to 5.2.2 so that I can get it deployed to our 10.3
server ASAP.
I have everything compiling OK, I think, but when the app goes to
launch on my dev system with XCode and WO 5.2.2 installed, I get the
following right at the end before it aborts. I have also updated
Java with the latest 1.4.1 patches and my Java version looks like
this:
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-99)
Java HotSpot(TM) Client VM (build 1.4.1_01-27, mixed mode)
Here is the exception error:
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)
PulstarUsers has exited with status 1.
Any ideas would be very, very appreciated.
Thanks,
Christian
On Nov 3, 2003, at 6:40 PM, Cliff Tuel wrote:
I would like to confirm Kieran's note below. If you do not upgrade
to
1.4.1 prior to installing Panther as an upgrade, you will most
likely
have similar issues.
We have now posted a Tech Note describing a problem similar to
George's,
along with a workaround: instructions for re-installing 1.4.1 over
Panther.
http://developer.apple.com/technotes/tn2002/tn2099.html
--
Cliff Tuel email@hidden http://apple.com/services/technicalsupport
_______________________________________________
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.
--
Chuck Hill email@hidden
Global Village Consulting Inc.
http://www.global-village.net
Progress is the mother of all problems.
- G. K. Chesterton
_______________________________________________
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.