Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Help > Re: Java Web St...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 5 Topic 2399 of 16486
Post > Topic >>

Re: Java Web Start

by Andrew Thompson <andrewthommo@[EMAIL PROTECTED] > May 16, 2008 at 11:13 PM

On May 9, 1:51=A0pm, Roedy Green <see_webs...@[EMAIL PROTECTED]
>
wrote:
> <i...@[EMAIL PROTECTED]
> wrote, quoted or indirectly quoted someone who said
> :
>
> >> If I put an absolute path Jaws can find the external tool.
> >> I can't understand from where Jaws starts to follow the relative
path.
>
> If you can put the functionality into a DLL, you can get at it with
> JNI, and Java Web Start will automatically place the DLL and find it.

The programmer just needs to make sure..

The DLL will be found, if it is in the root of a
Jar file which is referenced by a nativelib
element in the JNLP file.

OTOH, if the DLL is actually an EXE, the way to go is
to invoke an installer-desc from the main JNLP file
which installs the app. in either..
 a) a known location (such as 'user.home') or..
 b) a location the user specifies, then stores the
path using either a system property, or the
PersistenceService (available through the JNLP API).

(If I had the choice, I would definitely use a DLL
or .so native lib, rather than install an app. -
the nativelibs can be updated automatically by JWS,
whereas the app. cannot be updated, unless it
updates itself).

F-U's narrowed to c.l.j.help only.

--
Andrew T.
PhySci.org
 




 5 Posts in Topic:
Java Web Start
"Alessandro" &l  2003-06-27 11:02:56 
Re: Java Web Start
Sabine Dinis Blochberger   2008-05-08 20:26:53 
Re: Java Web Start
Lew <lew@[EMAIL PROTEC  2008-05-08 19:23:51 
Re: Java Web Start
Roedy Green <see_websi  2008-05-09 03:51:19 
Re: Java Web Start
Andrew Thompson <andre  2008-05-16 23:13:09 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 13 21:07:28 CDT 2008.