Hi jazzbiker
... As You see, error appears while netbeans are trying to start. Something is wrong with the environment from the netbeans' point of view. ...
Yes, it's complaining because I'm running a 32 bit version of Tinycore.
... tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$ ./ugsplatform
./../platform/lib/nbexec: line 421: /home/tc/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java: cannot execute binary file: Exec format error
tc@E310:~/UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin$
...
If you follow the chain of events quoted above:
UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/bin/ugsplatform is a script, no problem. It calls:
UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/platform/lib/nbexec , another script, no problem. It calls:
UGS/ugs-platform-app-2.0-SNAPSHOT-linux/ugsplatform-linux/jdk/jdk-13.0.1+9-jre/bin/java , a 64 bit compiled executable,
problem.You can't run 64 bit programs in a 32 bit environment.