Page 1 of 1

Client and Linux (SuSe 8.2)

PostPosted: Sat Oct 25, 2003 4:13 pm
by IT2Be
I have linux running (dist SuSe 8.2 professional) with standard java installed. When going to the Servoy Server URL the check is ok. I then download the client .jar but...

I can not start it up since I need an application to run it. Under windows and Mac OS I don't have any problem but then again, I am pretty new to Linux.

Can somebody guide me?

Thanks,

Marcel

PostPosted: Sat Oct 25, 2003 5:56 pm
by Jan Aleman
If you have mozilla as a webbrowser and install java 1.4.2 after you installed the webbrowser the installer will take care of this for you. Otherwise you can launch it with javaws. By default javaws is installed into:
/usr/java/j2sdk1.4.2/jre/javaws/javaws

if it's not there try locating it using locate javaws

PostPosted: Sun Oct 26, 2003 12:18 pm
by IT2Be
Thanks Jan, it works now. Don't understand it though since the Servoy check showed that it was/is all ok...

PostPosted: Sun Oct 26, 2003 12:25 pm
by Jan Aleman
I think the check only verifies that Java is installed properly, not if the current webbrowser trying to launch a jnlp has been set to map the correct mime types to the webstart launcher.