RE: Compare 2 files for BOM
2022-03-15, 14:03 (This post was last modified: 2022-03-15, 14:10 by Stefan Frenz. Edit Reason: removed question )
2022-03-15, 14:03 (This post was last modified: 2022-03-15, 14:10 by Stefan Frenz. Edit Reason: removed question )
(2022-03-15, 13:48)Jaco van der Molen Wrote: OK, I think I need to install Java11 and JavaFX then.
This seems a bit complicated even for me.
Though I concider myself fairly technical and capable to work with computers and stuff, I have been spending the whole morning now to even begin to understand what to download and install....
I have a Java installed, a Java SDK and JavaFX SDK but not a clue how to get things running.
I'm very sorry for this. The installer should download Java and JavaFX, extract them at the current location and should then create a batch file (Windows) resp. bash file (Linux) to start it, so hopefully nothing has to be installed manually - and yes, the Java starting philosophy is, hum, "not always self-explanatory". At the moment the installer should download and use version 13 of Java and JavaFX.
On Linux, the installer output should look somewhat like this (tested right now):
Code:
smf@smfh:~/tmp$ ./install_lin.sh
installing java to /home/smf/tmp/lditmp
--2022-03-15 14:57:32-- https://download.java.net/java/GA/jdk13.0.2/d4173c853231432d94f001e99d882ca7/8/GPL/openjdk-13.0.2_linux-x64_bin.tar.gz
Resolving download.java.net (download.java.net)... 2.22.68.100
Connecting to download.java.net (download.java.net)|2.22.68.100|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 195812001 (187M) [application/x-gzip]
Saving to: ‘openjdk-13.0.2_linux-x64_bin.tar.gz’
openjdk-13.0.2_linu 100%[===================>] 186.74M 1.44MB/s in 1m 49s
2022-03-15 14:59:22 (1.71 MB/s) - ‘openjdk-13.0.2_linux-x64_bin.tar.gz’ saved [195812001/195812001]
jdk-13.0.2/bin/jaotc
jdk-13.0.2/bin/jar
jdk-13.0.2/bin/jarsigner
<snip---many-lines-starting-with-jdk-13---snip>
jdk-13.0.2/lib/server/classes.jsa
jdk-13.0.2/lib/server/libjsig.so
jdk-13.0.2/lib/server/libjvm.so
jdk-13.0.2/lib/src.zip
jdk-13.0.2/lib/tzdb.dat
jdk-13.0.2/release
java successfully installed
installing jfx to /home/smf/tmp/lditmp
--2022-03-15 14:59:25-- https://download2.gluonhq.com/openjfx/13.0.2/openjfx-13.0.2_linux-x64_bin-sdk.zip
Resolving download2.gluonhq.com (download2.gluonhq.com)... 178.128.135.159
Connecting to download2.gluonhq.com (download2.gluonhq.com)|178.128.135.159|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 47108942 (45M) [application/zip]
Saving to: ‘openjfx-13.0.2_linux-x64_bin-sdk.zip’
openjfx-13.0.2_linu 100%[===================>] 44.93M 15.8MB/s in 2.8s
2022-03-15 14:59:28 (15.8 MB/s) - ‘openjfx-13.0.2_linux-x64_bin-sdk.zip’ saved [47108942/47108942]
Archive: openjfx-13.0.2_linux-x64_bin-sdk.zip
creating: javafx-sdk-13.0.2/
creating: javafx-sdk-13.0.2/lib/
inflating: javafx-sdk-13.0.2/lib/libjavafx_font_freetype.so
inflating: javafx-sdk-13.0.2/lib/libglassgtk3.so
inflating: javafx-sdk-13.0.2/lib/javafx-swt.jar
<---snip---many-lines-starting-with-inflating---snip>
inflating: javafx-sdk-13.0.2/legal/javafx.media/libffi.md
inflating: javafx-sdk-13.0.2/legal/javafx.media/gstreamer.md
inflating: javafx-sdk-13.0.2/legal/javafx.media/applecoreaudio.md
inflating: javafx-sdk-13.0.2/legal/javafx.media/ADDITIONAL_LICENSE_INFO
jfx successfully installed
java and jfx ok
downloading current version of LDInspector
--2022-03-15 14:59:29-- http://fam-frenz.de/stefan/ldinsp.jar
Resolving fam-frenz.de (fam-frenz.de)... 217.160.0.151
Connecting to fam-frenz.de (fam-frenz.de)|217.160.0.151|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 494023 (482K) [application/java-archive]
Saving to: ‘ldinsp.jar’
ldinsp.jar 100%[===================>] 482.44K --.-KB/s in 0.1s
2022-03-15 14:59:30 (3.53 MB/s) - ‘ldinsp.jar’ saved [494023/494023]
run script created, please execute run.sh to start LDInspector
After that, starting LDInspector should be easily done via
Code:
smf@smfh:~/tmp$ ./run.sh
At the first start, the GUI should ask for your LDraw path and basic configuration.
Which version (Windows, Linux) did you try, was there any error in the script? Edit: found your post above.