Re: Working Backwards
Re: Working Backwards
- Subject: Re: Working Backwards
- From: email@hidden (Anjo Krank)
- Date: Fri, 16 May 2003 06:59:11 +0200
Am Freitag, 16.05.03 um 06:29 Uhr schrieb Adam Rice:
I've recently lost my project and my back-ups of the project BUT I
have the .woa file.
Tsk, tsk...
Is it possible for me to rip the original files out the .woa?
I can get the API, HTML, WOO ect. but not the Java from going to "Show
Package Contents".
Sure, look in Contents/Resources/Java, there is the jar containing the
compiled classes.
You can download jode (jode.sourceforge.net) and call up sth like
mkdir src
java -classpath jode-1.1.jar jode.decompiler.Main -d src -c .:`find
/System/Library/Frameworks/Java???*.framework -name '*.jar' -print
|perl -ane 'print pop(@F), ":",'`
myapp.woa/Contents/Resources/Java/*.jar
Of course, YMMV :)
Cheers, Anjo
_______________________________________________
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.