sb 3 beta1 , fails in android creation

Just starting out? Need help? Post your questions and find answers here.
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

sb 3 beta1 , fails in android creation

Post by plouf »

i have this problem long ago, just waited for new version to try again

in prefs->compiler i have this C:\Program Files\Eclipse Adoptium\jdk-11.0.23.9-hotspot\ (also try a number of others like MS / openjava etc same results)

during compilation i get some errors about deprecated functions but in the end fails claiming that cannot find java.exe in javaHome. offcourse there is java.exe in jdk/bin

also try removing complete old spider folder and creating new install in sb 3 beta 1...
Last edited by plouf on Sat Jun 01, 2024 7:27 am, edited 1 time in total.
Christos
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: sb 3 beta1 , fails in android creation

Post by Fred »

I use the official Oracle JDK https://www.oracle.com/java/technologie ... loads.html (content of 'release' file in the jdk folder) :

Code: Select all

BUILD_TYPE="commercial"
IMPLEMENTOR="Oracle Corporation"
IMPLEMENTOR_VERSION="18.9"
JAVA_VERSION="11.0.18"
JAVA_VERSION_DATE="2023-01-17"
MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.crypto.mscapi jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.internal.le jdk.internal.opt jdk.internal.vm.ci jdk.internal.vm.compiler jdk.internal.vm.compiler.management jdk.jartool jdk.javadoc jdk.jcmd jdk.management jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.ldap jdk.naming.rmi jdk.net jdk.pack jdk.rmic jdk.scripting.nashorn jdk.scripting.nashorn.shell jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom jdk.zipfs"
OS_ARCH="x86_64"
OS_NAME="Windows"
SOURCE=".:git:0165c868e2e2 open:git:74fb48c5d9ed"
My path in the IDE prefs: "C:\Program Files\Java\jdk-11\"

in this folder, there is the 'bin' folder containing java.exe
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: sb 3 beta1 , fails in android creation

Post by plouf »

ok after a lot of trial and error, i suspected that the message was from grandle and not SB
modyfing grandle.bat comes that grandle was looking at c:\program files\jdk-21..... dunno why and where it get this info

had to delete c:\users\plouf\.grandle folder to redownload and now works....

my opinion of how shit java ecosystem is ...grows...
Last edited by plouf on Sat Jun 01, 2024 7:27 am, edited 1 time in total.
Christos
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: sb 3 beta1 , fails in android creation

Post by Fred »

That's interesting, thanks for sharing
swan
Posts: 23
Joined: Tue Dec 15, 2015 2:56 am

Re: sb 3 beta1 , fails in android creation

Post by swan »

Code: Select all

my opinion of how shit java ecosystem is ...grows...
Yep ... agree :)
Post Reply