Hi Ganesh. On 07/06/2017 09:52, Ganesh Phad wrote: > I could open the URL in browser - contains .jar files, example foldor etc. > Please let me know if there is anything else that you want me to run or send.
A vanilla openjdk install on Ubuntu 16.04 can launch Jalview fine, although we always recommend using the oracle package if you can. I presume you are running javaws from a terminal command like: javaws http://www.jalview.org/builds/release/webstart/jalview.jnlp You'll need to send us details of exactly which java packages you have installed (I recommend the webupd8 ppa), and if the above command is the one you are using (or it also fails), then send us output with the -verbose option: #first clear the webstart cache javaws -clearcache #launch with verbose output on javaws javaws -verbose http://www.jalview.org/builds/release/webstart/jalview.jnlp You could also try installing packages via webupd8: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get -y install oracle-java8-installer sudo apt-get -y install oracle-java8-set-default Let us know how you get on, Jim. _______________________________________________ Jalview-discuss mailing list [email protected] http://www.compbio.dundee.ac.uk/mailman/listinfo/jalview-discuss
