vote up 0 vote down star

How can i tell this java applet to take the .jar file from the same folder where the .html file is?

I have tried every possible way i know, and only "http://localhost/blabla/some.jar" or "file:///c:/blabla/some.jar" works in that case, so i need to type the absolute path every time.

Is it possible to make it working with the relative path ?

<param name="archive" value="some.jar">

Because that doesnt work, the java applet gives an error "file not found" even when the file is in the same folder...

flag

25% accept rate

1 Answer

vote up 0 vote down

anyone? o.O i found some other guy had same problem.. nobody seems to know? is it even possible?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.