Mar 20, 2003 #1 LaoMa Programmer Aug 24, 2002 10 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 Jan 6, 2003 268 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/___