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"): > [EMAIL PROTECTED]:~/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 > [EMAIL PROTECTED]:~/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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
