Page 1 of 1
sb 3 beta1 , fails in android creation
Posted: Thu May 30, 2024 8:08 pm
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...
Re: sb 3 beta1 , fails in android creation
Posted: Fri May 31, 2024 9:39 am
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
Re: sb 3 beta1 , fails in android creation
Posted: Fri May 31, 2024 11:33 pm
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...
Re: sb 3 beta1 , fails in android creation
Posted: Sat Jun 01, 2024 5:37 am
by Fred
That's interesting, thanks for sharing
Re: sb 3 beta1 , fails in android creation
Posted: Sat Jun 01, 2024 9:57 pm
by swan
Code: Select all
my opinion of how shit java ecosystem is ...grows...
Yep ... agree
