jarbundler Can't find my jre

102 Views Asked by At

I want to use Wikipedia API with my java application.

Wikipedia API is using https.

cause I am using OSX, initially I used jre1.6, but https protocol is activated in 1.7.

So I changed my jre version 1.6 to 1.7.

I make jar to app using jarbundler.

I've set jvm version of info.plist 1.7. but not working.

It said "It can't be run without java 1.7"

my java version :

java version "1.7.0_45"

Java(TM) SE Runtime Environment (build 1.7.0_45-b18)

Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

0

There are 0 best solutions below