users
[Top] [All Lists]

Re: [cinjug-users] Dynamic Jar Linking

To: James Taylor <newbie30@xxxxxxxxx>, users@xxxxxxxxxx
Subject: Re: [cinjug-users] Dynamic Jar Linking
From: Abdul Habra <ahabra@xxxxxxxxx>
Date: Mon, 26 Feb 2007 14:01:00 -0800 (PST)
Delivered-to: mailing list users@cinjug.org
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=yEH7NfkD1JKQpKDZMxI7yGme8WTdsJcJdXtuDQGBjgdrrFf/qZboRqs+yrViV2ByZr07SrwDutLejaNJ+Yj7fowSHGSug0k2DwEdd4/3eY9QF2tA5dnb9YHFYomyYR12YmuniqeWZofHcdgsXKR9JxKETrPKx/bh8iOQ5khMGG4=;
In-reply-to: <74a5f66c0702261108l535f7652j1c4474bc6400e03d@mail.gmail.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
are you trying to develop applets?
in a typical java web app, "usually" we do not use applets, and the client is only a web browser with no need to deploy java at the client.

James Taylor <newbie30@xxxxxxxxx> wrote:
Hello All,
I'm extremely new to Java and I've a question that hopefully will be easy to
answer.


This setup will have 3 machines: my development machine, the web server, and
a client machine.
They will all have jre 1.4.2_13 installed. My dev box will have the
j2sdk1.4.2_13 SDK installed. The web server will have what's needed to serve
the files.

At this point I've installed a product in my development machine that places
two jars in the sdk and the c:\program files\java\jre1.4.2_13\ directories.
Then I've gone ahead and written an interface that uses a handful of classes
that those jars contain.

The problem is that I don't know how to compile and distribute the three jar
files ( two from install, one custom written ) to the web server so that it
will distribute all of the needed files to the client machine.
RIght now I'm getting a NoClassDefFound error since I'm not downloading the
2 installed .jars to the client machine.

Hopefully this is something simple that I just haven't figured out.

Thanks in advance,
James


Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.
<Prev in Thread] Current Thread [Next in Thread>