Re: Recover my sources.!!Urgent
Re: Recover my sources.!!Urgent
- Subject: Re: Recover my sources.!!Urgent
- From: Ben Ketteridge <email@hidden>
- Date: Wed, 21 Jan 2004 09:36:02 +0000
Kranthi Sagar Borra wrote:
Can somebody tell me how I can retrive my java sources back from the .woa file.I have the .jar file in the sources folder.But I need the .java files from them.Is there any way to do it
The best you can do is something like 'jar -x' the jar file to get the .class
files, and then use a decompiler (e.g. cavaj) to get back an approximation to
the source.
However, the code will not contain your comments or version control
information, and may look somewhat different from the original.
Then, when you've got your source code back, install & learn how to use CVS.
--
Kind Regards
Ben.
Dr Ben Ketteridge
email@hidden
Team Leader,
ProAct International,
PO Box 100, Denbigh, UK.
Tel: 01745 817161 ext. 322
_______________________________________________
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.