harvardinformatics / JAuth

Java GUI client to generate Google authentication codes
MIT License
198 stars 50 forks source link

OSX installer ask for Java 1.6 installation while 1.8 is present #17

Open akram opened 9 years ago

akram commented 9 years ago

Hi,

thank you for your work with JAuth, here is an issue:

OSX installer ask for Java 1.6 installation while 1.8 is present This often happens on Java apps on OSX while checking the presence of Java, unfortunately I don't know how to fix it

I have not tried to remove the check on the Info.plist yet

mclamp commented 9 years ago

Hi,

Thanks for the email. Apologies but we know about the problem but haven't got around to fixing yet. If all else fails you can compile the jar from source using your default jdk.

M.

On Wed, Feb 18, 2015 at 3:57 AM, Akram Ben Aissi notifications@github.com wrote:

Hi,

thank you for your work with JAuth, here is an issue:

OSX installer ask for Java 1.6 installation while 1.8 is present This often happens on Java apps on OSX while checking the presence of Java, unfortunately I don't know how to fix it

I have not tried to remove the check on the Info.plist yet

Reply to this email directly or view it on GitHub https://github.com/mclamp/JAuth/issues/17.

Michele Clamp, Director of Informatics and Scientific Applications, Faculty of Arts and Sciences, Harvard. michele_clamp@harvard.edu (617) 495 9492

softius commented 9 years ago

Hi, I am facing the issue also on OS X (Yosemite). It seems that the issue occurs only when invoking the app directly. When launching the jar (see below) the JAuth is properly launched with Java 1.8.

java -jar JAuth.jar 
akram commented 9 years ago

@softius true, I also used this workaround