Mailinglist Archive: opensuse (2488 mails)
| < Previous | Next > |
Re: [opensuse] Running a java -jar app in 10.2
- From: Carl Hartung <suselinux@xxxxxxxxxxxxx>
- Date: Sun, 4 Feb 2007 12:13:42 -0500
- Message-id: <200702041213.42680.suselinux@xxxxxxxxxxxxx>
On Sun February 4 2007 11:29, jim tate wrote:
> I,m trying to run JBidWatcher.jar and it requires JRE-1.5 , java -jar
> The only JRE-1.5 I can find in Suse-10.2 is a /windows/C/Program
> Files/Java/jre1.5.0_01.
> Ineed a command like: java -jar /home/mickey/JBidWatcher-1.0.jar .
> how would i run this with the path to 'java' command??
>
> Jim
Hi Jim,
To check which java is installed (in this example my search string is "jav"):
> carl@linux:~/Desktop> rpm -qa | grep jav
> jedit-javadoc-4.2-41
> java-1_5_0-sun-1.5.0_update10-2.1
> java-1_4_2-gcj-compat-1.4.2.0-66
> openoffice.org-javafilter-2.1.0-6
> java-1_5_0-sun-plugin-1.5.0_update10-2.1
> dejavu-2.10-16
> carl@linux:~/Desktop>
If you have all the installation sources set up, you can also check using
YaST -> Manage Software and install it at that time, if needed.
hth & regards,
Carl
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> I,m trying to run JBidWatcher.jar and it requires JRE-1.5 , java -jar
> The only JRE-1.5 I can find in Suse-10.2 is a /windows/C/Program
> Files/Java/jre1.5.0_01.
> Ineed a command like: java -jar /home/mickey/JBidWatcher-1.0.jar .
> how would i run this with the path to 'java' command??
>
> Jim
Hi Jim,
To check which java is installed (in this example my search string is "jav"):
> carl@linux:~/Desktop> rpm -qa | grep jav
> jedit-javadoc-4.2-41
> java-1_5_0-sun-1.5.0_update10-2.1
> java-1_4_2-gcj-compat-1.4.2.0-66
> openoffice.org-javafilter-2.1.0-6
> java-1_5_0-sun-plugin-1.5.0_update10-2.1
> dejavu-2.10-16
> carl@linux:~/Desktop>
If you have all the installation sources set up, you can also check using
YaST -> Manage Software and install it at that time, if needed.
hth & regards,
Carl
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |