application setup

Thread Solved

Join Date: Dec 2007
Posts: 6
Reputation: makesense is an unknown quantity at this point 
Solved Threads: 0
makesense makesense is offline Offline
Newbie Poster

application setup

 
0
  #1
Feb 15th, 2008
I am newbie to Linux. After entering the command to setup an application on my web server (x64 Suse Linux 10.1) the following message appears:

Setup does not include a Java Runtime suitable to your system. Please specify a Java 6 compatible java executable by setting the UP_JAVA_CMD environment variable.

Please help me what exactly should be my next steps.

Thanks a lot
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: application setup

 
1
  #2
Feb 15th, 2008
My guess would be that you don't have a Java Runtime Environment setup on your system. It's most likely in the YaST repositories, so start up YaST and search for Java Runtime Environment (JRE). Once you find it, install it, and it should set up your Java environment correctly.

If it isn't in YaST, go to java.sun.com and manually download and install JRE.
"Technological progress is like an axe in the hands of a pathological criminal."
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 6
Reputation: makesense is an unknown quantity at this point 
Solved Threads: 0
makesense makesense is offline Offline
Newbie Poster

Re: application setup

 
0
  #3
Feb 15th, 2008
joeprogammer, thanks very much for the attention. Sorry, I should have mentioned I suspected the same reason and already installed manually jre. A quick test of the java executable worked well. I couldn't make the default path settings in the profile yet to make java available for all users but does that really matter when I am logged in as root?
desperate hard drives
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: application setup

 
1
  #4
Feb 15th, 2008
>but does that really matter when I am logged in as root?
Yes, it does. Try the following at the command prompt before attempting to execute the program:
UP_JAVA_CMD="/location/of/java/command"
export UP_JAVA_CMD

Replace /location/of/java/command with the location of the java command, obviously. If this works, you can go ahead and edit your shell's profile by adding a line somewhere that reads the following:
UP_JAVA_CMD="/location/of/java/command"; export UP_JAVA_CMD
"Technological progress is like an axe in the hands of a pathological criminal."
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 6
Reputation: makesense is an unknown quantity at this point 
Solved Threads: 0
makesense makesense is offline Offline
Newbie Poster

Re: application setup

 
0
  #5
Feb 16th, 2008
joeprogrammer, thanks a lot for your quick support. Made it easy for me to continue. Great advise.
desperate hard drives
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the IT Professionals' Lounge Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC