Skip to Content.
Sympa Menu

ndt-users - RE: modified with tcpweb100

Subject: ndt-users list created

List archive

RE: modified with tcpweb100


Chronological Thread 
  • From: <>
  • To: <>
  • Cc: <>
  • Subject: RE: modified with tcpweb100
  • Date: Wed, 9 Mar 2011 22:20:35 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:x-mailer :thread-index:content-language; b=ohnOCEFIZSWIK8BypHiJ+SK4SQgEN5OyatRe92jhEnVBeUU3b5nfc6JG1aQokFNDmb 27u1a8diVBlE0xmZKkL3Ds19fyuNfG7iINFlMye3uUISuRlQB0UANv9gf0Ll+/3DbYyG tZ0Cs11ekIbpb/UQbwjo5ykDfpdD+BkMNiy1A=

Hi jason ,
I have follow your suggestion to make the jar, then move the jar to
/usr/local/ndt
But still test failed
I need to include mysql-connector-java-5.1.10-bin.jar in order to connect db
,
Do you have any suggestion ?

Thanks and best regards,
Matt

-----Original Message-----
From:

[mailto:]
On Behalf Of Jason Zurawski
Sent: Wednesday, March 09, 2011 9:57 PM
To:

Cc:

Subject: Re: modified with tcpweb100

Matt;

The make process creates the JAR for you. Make your changes to
Tcpbw100.java, then run "make". The new JAR file will be created, and
you can move it wherever you need to move it:

> [root@lab234
> Applet]# pwd
> /root/ndt-3.6.4/Applet
> [root@lab234
> Applet]# ls
> Makefile Tcpbw100.java
Tcpbw100_msgs_nb_NO.properties
> Makefile.am Tcpbw100_msgs_ca_ES.properties
Tcpbw100_msgs_nl_NL.properties
> Makefile.in Tcpbw100_msgs_en_US.properties
Tcpbw100_msgs_pt_BR.properties
> MANIFEST.MF Tcpbw100_msgs_fr_FR.properties
Tcpbw100_msgs_ru_RU.properties
> [root@lab234
> Applet]# make
> javac -source 1.4 Tcpbw100.java
> jar -cmf MANIFEST.MF Tcpbw100.jar Tcpbw100*.class Tcpbw100*.properties
> echo timestamp > classTcpbw100.stamp
> [root@lab234
> Applet]# ls -als *jar
> 76 -rw-r--r-- 1 root root 70629 Mar 9 08:54 Tcpbw100.jar

Thanks;

-jason




Archive powered by MHonArc 2.6.16.

Top of Page