Hello Jacques, Thank you very much for responding.
This is for the 18.12. I haven't been able to decipher what "Trunk" is, and when I had checked six months or so 22 was still a release candidate and not quite ready for production use. Console below: ofbiz@ApacheOfBiz:/usr/lib/jvm$ echo $JAVA_HOME /usr/lib/jvm/temurin-8-jdk-amd64 ofbiz@ApacheOfBiz:~/ofbiz-framework$ update-alternatives --list java /usr/lib/jvm/java-17-openjdk-amd64/bin/java /usr/lib/jvm/temurin-8-jdk-amd64/bin/java ofbiz@ApacheOfBiz:~$ cd ofbiz-framework ofbiz@ApacheOfBiz:~/ofbiz-framework$ git checkout origin/release18.12 HEAD is now at 41f7d1e593 Improved: Make loadJWT request auth true (OFBIZ-12894) ofbiz@ApacheOfBiz:~/ofbiz-framework$ ./gradlew pullAllPluginsSource Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details FAILURE: Build failed with an exception. * Where: Build file '/home/ofbiz/ofbiz-framework/plugins/example/build.gradle' line: 21 * What went wrong: Plugin [id: 'ofbiz-node-conventions'] was not found in any of the following sources: - Gradle Core Plugins (not a core plugin, please see https://docs.gradle.org/5.0-rc-5/userguide/standard_plugins.html for available core plugins) - Plugin Repositories (plugin dependency must include a version number for this source) * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 9s Best, Ryan On Tue, Feb 6, 2024 at 7:51 AM Jacques Le Roux <[email protected]> wrote: > Hi Ryan, > > First which OFBiz version are you using? R18 needs JDK 8. Later (trunk or > R22) uses JDK 17, IIRW JDK 11 works also. > > What is the failure you cross? Please past the console log (text). Also > before try a "update-alternatives --list java" in case... > > You should not have any problem with your OS. > For instance I still mostly use Win7 (yep). > And even recent OFBiz versions work on almost all Ubuntu versions. > > Allow me an advice, keep you notes as a treasure. > Like you would keep a daily and a different weekly backups. > They can "save your life" sometimes, especially a complete weekly backup, > shits happen... > That's my experience ;) > > HTH > > Jacques > > Le 06/02/2024 à 12:38, BK a écrit : > > Hello. First I tried to install following github readme stating only java > > 17 needs installed. > > > > Next I tried the wiki which suggests to install openjdk-8-jdk, so I > > installed temurin-8-jdk and updated java home environment variable. > > > > Both ways I seem to produce a failure with gradle. I had gotten it to > work > > some time ago with openjdk8, but it's been a while since I did the > install > > and I lost my notes. > > > > Any suggestions? This is on Debian 12. I suppose I'm open to a different > > distribution if it's easier. > > > > Best, > > Ryan >
