Lalit kumar wrote: > hi, > you can extract source code by unsing winzip( windows) > to unpack the jar file. > hence you can get the source code. you can also use > java utility to unpack the java archive(.jar) to get > the source code. > in linux/unix use can use tar command for the same. > hope this will solve your problem. > bye, > > Lalit
I think you are mistaken. I think "unjarring" the jar file only gives the xxxxxx.class files which is byte-code that has been compiled from the source. One would need to then run the xxxxxxx.class file through a decompiler to get a pseudo-source code. -- Dale Erwin Salamanca 116 Pueblo Libre Lima 21 PERU Tel. +51(1)461-3084 UN TAL GIOCO - Official website of OPERAMANIA: http://www.pagliaccio.lunarpages.com/UnTalGioco.html ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/5cFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To reply to this message, go to: http://groups.yahoo.com/group/beginnersclub/post?act=reply&messageNum=5365 Please do not reply to this message via email. More information here: http://help.yahoo.com/help/us/groups/messages/messages-23.html <*> To visit your group on the web, go to: http://groups.yahoo.com/group/beginnersclub/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
