Search found 4 matches

by hahagu
Mon Feb 01, 2016 4:37 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy android SDK jdk error
Replies: 4
Views: 1370

Re: Renpy android SDK jdk error

It might be best to unset it entirely. Either way, Ren'Py looks for javac at $JAVA_HOME/bin/javac if JAVA_HOME is set. OK, I set JAVA_HOME to '/usr/lib/jvm/java-8-oracle/' and rebooted, and it WORKS! It was set to '/usr/lib/jvm/java-8-oracle/jre/' on /etc/environment and that caused it to fail... t...
by hahagu
Mon Feb 01, 2016 1:53 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy android SDK jdk error
Replies: 4
Views: 1370

Re: Renpy android SDK jdk error

PyTom wrote:Do you have JAVA_HOME set? If that's set incorrectly, then you might get what you're seeing.
I'll try manually setting the JAVA_HOME variable.
by hahagu
Sun Jan 31, 2016 4:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy android SDK jdk error
Replies: 4
Views: 1370

Renpy android SDK jdk error

I am trying to compile my project for Android, but I can't seem to get past this error.
Image
Image
I'm on Ubuntu 15.10 with JDK installed, and this is the output of 'javac'.
Image
by hahagu
Thu May 28, 2015 9:25 am
Forum: Ren'Py Questions and Announcements
Topic: Name Error while creating
Replies: 1
Views: 263

Name Error while creating

Can anyone look at my code? my code is image eh = "ale1no.png" image bg1 = "bg (1).png" image ch = ConditionSwitch( "char == ben", "bensm.png", "char == alex", "fred1sm.png", "char == sarah", "dan7sm.png", "char == ...