users
[Top] [All Lists]

Re: [cinjug-users] Register DLL via a signed java applet.

To: "Timothy Dennison" <denti07@xxxxxxxxx>
Subject: Re: [cinjug-users] Register DLL via a signed java applet.
From: "Edward Sumerfield" <esumerfd@xxxxxxxxxxxxxx>
Date: Mon, 5 Mar 2007 09:28:32 -0500
Cc: users@xxxxxxxxxx
Delivered-to: mailing list users@cinjug.org
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=XMsB418zuVuk8JsweS1cSbhKJZ/jNNA2CplVhk564iqohtBlSKt/exMBZta5c1eFjNMN1IeZTp4quC3VD9V62U5AXwkuBW/11NXtllxWi0FnZddVzeRellkPkeVLyIJob4s/RcTpp6U/GPsPGqi6DQif5sae/B8sZPjQmGmuatI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=cEnfeoy1j12E8VcxsQ49Khd4VAgG3jn15lGnmf+FXRxFjlo7IfBIH3Ky1mNL7HiWzc/HrKm1iZFD1/e/tyAzkADYzuDgEgIytu/HyGPjS3ALyDzJ+lM4LvH4wQTPeckGejYpBrdZ1jE06fbF5JyTeUiuTXFHY7LQyqBmBcjYQxo=
In-reply-to: <566342.9245.qm@web60716.mail.yahoo.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <566342.9245.qm@web60716.mail.yahoo.com>
Reply-to: esumerfd@xxxxxxxxxxxxxx
Sender: esumerfd@xxxxxxxxx
I don't think the dll's have to be in a jar file but I can't find the
spec that details how it works.

We use the jdic library (https://jdic.dev.java.net) for launching
browsers and it has some dll dependencies that we don't have in jar
files and are not specifically referenced in our jnlp file. This XML
specifies the windows deployment spec but you can have other resources
for other client side deployments. It has well known subdirectories
like x86 and linux that include exe/dll and .so files that are
downloaded to the client cache.

   <resources os="Windows">
       <jar href="lib/jdic/windows/jdic_stub.jar"/>
       <nativelib href="lib/jdic/windows/jdic-native.jar"/>
   </resources>

A great blog entry on how to put a jnlp together

   http://weblogs.java.net/blog/kirillcool/archive/2005/05/signing_jars_fo.html

Suns Web Start doc and JNLP syntax

   http://java.sun.com/j2se/1.4.2/docs/guide/jws/
   http://java.sun.com/j2se/1.4.2/docs/guide/jws/developersguide/syntax.html

On 3/5/07, Timothy Dennison <denti07@xxxxxxxxx> wrote:

Are you using Java WebStart? With WebStart you can bring down DLLs (they must be jarred) along with any dependency jars needed by the applet/application (webstart can launch either).

tim
 Timothy S. Dennison
mobile#(513)377-5102


----- Original Message ---- From: James Taylor <newbie30@xxxxxxxxx> To: users@xxxxxxxxxx Sent: Monday, March 5, 2007 7:12:40 AM Subject: [cinjug-users] Register DLL via a signed java applet.

Is this possible.
My initial searches haven't turned up much - but I don't have very strong
google powers.

If this is possible, is there any generic source code that anyone has
squirreled away?

Thanks in advance,
James

Background: I'm now under the belief that the project that I'm working on
requires a pre-installation of the entire toolkit before the java applets
provided are actually able to be used. If I was able to deploy over the net
all of the prereqs then I'd be sitting a lot prettier in my boss' eyes.


________________________________ Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find your fit.


--
Ed

<Prev in Thread] Current Thread [Next in Thread>