Re: NSPropertyListSerialization
Re: NSPropertyListSerialization
- Subject: Re: NSPropertyListSerialization
- From: Kazutaka KAMIYA <email@hidden>
- Date: Fri, 16 May 2003 14:34:57 +0900
Hello,
Thanks for advising me, again!
On , 5 16, 2003, at 06:25 AM, Art Isbell wrote:
On Wednesday, May 14, 2003, at 11:17 PM, Kazutaka KAMIYA wrote:
I tried to test adding NSAutoreleasePool, But It could not do it.
int myPool = com.apple.cocoa.foundation.NSAutoreleasePool.push();
<com.webobjects.appserver._private.WOComponentRequestHandler>:
Exception occurred while handling request:
com.webobjects.foundation.NSForwardException
[java.lang.UnsatisfiedLinkError] push
So, I think, I should better to make original parser program.
Before all of that work, maybe you could try one thing to solve this
exception. Did you add the Foundation framework to your project?
Oh! good point!
I tried to add Foundation.framework in my WOApp.
BUT occurred same exception.
and one more, add some class files to MacOSClassPath.txt, like below.
WOROOT/Library/Java/com/apple/cocoa/foundation/
NSPropertyListSerialization.class
WOROOT/Library/Java/com/apple/cocoa/foundation/NSAutoreleasePool.class
WOROOT/Library/Java/com/apple/cocoa/foundation/NSMutableArray.class
but, ocurred same exception..
here is console log.
Loading
/Users/kzkamiya/Roots/TestNSPropertyListSerialization.woa/Contents/
MacOS/MacOSClassPath.txt
Generated classpath:
/Users/kzkamiya/Roots/TestNSPropertyListSerialization.woa/Contents/
Resources/Java/testnspropertylistserialization.jar
/System/Library/Frameworks/JavaFoundation.framework/Resources/Java/
javafoundation.jar
.......
/System/Library/Frameworks/Foundation.framework/
/System/Library/Frameworks/Cocoa.framework/
.......
/System/Library/Java/com/apple/cocoa/foundation/
NSPropertyListSerialization.class
/System/Library/Java/com/apple/cocoa/foundation/NSAutoreleasePool.class
/System/Library/Java/com/apple/cocoa/foundation/NSMutableArray.class
.......
Thanks,
Kazutaka.
_______________________________________________
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.