Hi Raymond.

On 09/11/2011 14:50, Raymond RIPP wrote:

is it possible to use Jalview in a web browser without an http server ?
I'd like to use something like file:///somewhere/xxxx.html
 containing

<applet code ="jalview.bin.JalviewLite" height="100" width ="200" name="jalview" archive="jalviewApplet.jar">
<param name="file"           value="myfile.msf">
<param name="features"  value="myfile.txt">

It works well through an http server but I get
Jalview can't open file "myfile.tfa"
If you get this message, it means that JalviewLite has started up, but it couldn't access one of your input files. Check that you can open each file that Jalview is trying to load using the same base URL 'file:///somewhere/'+<jalviewlite parameter value>

Any idea ?
I suggest you enable the Java console (see the 'advanced' settings in your java prefences), and check to see if there are any warnings popping up. Set the 'debug' parameter to 'true' to make JalviewLite emit more detailed information about what URLs it's trying to retrieve.

Hope that helps...
Jim.

_______________________________________________
Jalview-discuss mailing list
[email protected]
http://www.compbio.dundee.ac.uk/mailman/listinfo/jalview-discuss

Reply via email to