Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: meanpt on May 03, 2010, 06:21:38 AM
-
Hi all,
1. Installed openjdk-7-jre.tcz
2. downoaded a jar cross-platform application (VUE3 build something alfa something) for mindmapping and extracted the jar file to Desktop
3. as xfe root clicked twice on the jar file and nothing happened.
Am I missing any procedure regarding this?
Regards,
Meanpt
-
Did you try to run in console? Is file association configured?
-
openjdk extensions adjust your /etc/profile so add it to your backup list and reboot than java will be in PATH
or you can manually do it in a terminal session
export JAVA_HOME=/usr/local/opendjk-7
export PATH=/usr/local/openjdk-7/jre/bin:$PATH
-
That should probably be noted in the .info, or added as a wrapper, etc.