Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: meanpt on May 03, 2010, 06:21:38 AM

Title: Executing a .jar application
Post 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
Title: Re: Executing a .jar application
Post by: bmarkus on May 03, 2010, 06:30:42 AM
Did you try to run in console? Is file association configured?
Title: Re: Executing a .jar application
Post by: Arslan S. on May 03, 2010, 08:15:15 AM
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
Title: Re: Executing a .jar application
Post by: ^thehatsrule^ on May 03, 2010, 02:33:41 PM
That should probably be noted in the .info, or added as a wrapper, etc.