johnthad / zipeg

Automatically exported from code.google.com/p/zipeg
0 stars 0 forks source link

Zipeg on Mountain Lion broken #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Mountain Lion (OS X 10.8+)
2. Install Java (Oracle website)
3. Install Zipeg (latest)
4. Run Zipeg. Get prompted to install a java runtime (terminal shows: $java 
-version: java version "1.7.0_21"
5. open terminal, run java -jar 
/Applications/Zipeg.app/Contents/Resources/Java/zipeg.jar, get prompted Zipeg: 
no 7za-osx-i386 in java.library.path

(There is no i386/32 bit java in Mac Oracle Java, just 64 bit as OS X has been 
64bit for a long time).

What is the expected output? What do you see instead?
The program should open or work. Instead, it complains and closes.

What version of the product are you using? On what operating system?
latest.

Please provide any additional information below.
Seems like zipeg expects a 32bit java? Or an apple java? Mountain lion has 
neither, and neither are installable, only Oracle Java 7 64bit is available for 
Mountain Lion.

Original issue reported on code.google.com by ATho...@lbl.gov on 18 Jun 2013 at 5:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Workaround:
as off  Jun 18, 2013 for Lion and Mountain Lion Java SE 1.6.0_51 can be 
downloaded from here:
http://support.apple.com/kb/dl1572

Original comment by leo.kuzn...@gmail.com on 19 Jun 2013 at 12:01

GoogleCodeExporter commented 8 years ago
And for Mavericks?

Also, installing a java 1.6.x version on top of my 1.8.x version breaks 
web-start (jnlp) files. Can this code be updated to stop relying on outdated 
dependencies that compete with other programs running on my computer?

Original comment by ATho...@lbl.gov on 16 Oct 2014 at 10:22