Mar 20, 2003 #1 LaoMa Programmer Joined Aug 24, 2002 Messages 10 Location US Sorry a stupid question: If I havent' java installed, is it possible to open .jar in windows or Linux? I just want to open and read the code. Thanks.
Sorry a stupid question: If I havent' java installed, is it possible to open .jar in windows or Linux? I just want to open and read the code. Thanks.
Mar 21, 2003 #2 predamarcel IS-IT--Management Joined Jan 6, 2003 Messages 268 Location RO jar are just zip files (JavaARchive) On Linux, use unzip [sshusr@app sshusr]$ ls *.jar locator2.jar [sshusr@app sshusr]$ unzip locator2.jar On Win , WinZip __ http://marcell.hypermart.net/___ Upvote 0 Downvote
jar are just zip files (JavaARchive) On Linux, use unzip [sshusr@app sshusr]$ ls *.jar locator2.jar [sshusr@app sshusr]$ unzip locator2.jar On Win , WinZip __ http://marcell.hypermart.net/___