WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Executing a .jar application  (Read 2201 times)

Offline meanpt

  • Newbie
  • *
  • Posts: 20
Executing a .jar application
« 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

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Executing a .jar application
« Reply #1 on: May 03, 2010, 06:30:42 AM »
Did you try to run in console? Is file association configured?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Executing a .jar application
« Reply #2 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

Offline ^thehatsrule^

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 1726
Re: Executing a .jar application
« Reply #3 on: May 03, 2010, 02:33:41 PM »
That should probably be noted in the .info, or added as a wrapper, etc.