Skip to Content.
Sympa Menu

ndt-users - compile error for Tcpbw100

Subject: ndt-users list created

List archive

compile error for Tcpbw100


Chronological Thread 
  • From: <>
  • To: <>
  • Subject: compile error for Tcpbw100
  • Date: Mon, 7 Mar 2011 17:45:50 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :content-language:thread-index; b=HjV+oosTzyILLonf4pulpRI5Yf3Kp2g0quE+yO3MCy7d94WhSakkGjmFrx+KRYg/fT VK250+zXXME0x+fBlNxAX8tB3GHbxWswQSSSkjTDsuQjYze/vjwLwUau38qGYZSqYNzY EnffeXq+R94/GIBpPDbp/UIzU3Dj3utth1b4g=

Hello,

I try to develop my own NDT server, developed the functionality from web100 variables,

I try to compile tcpbw100.jar in order to develop my own server,

So first, I get Tcpbw100.jar in ndt package from internet2 , and unzip the jar , de-compile the Java class programs and generate the Java source code files.

But when I compile the source code for example tcpbw100.java , I got some error but I don’t modify the source code ,

 

Why error when compile the source code ?

 

# javac Tcpbw100.java

                                                                                 ^

Tcpbw100.java:1055: illegal start of _expression_

          goto _L1

          ^

Tcpbw100.java:1056: ';' expected

        IOException ioexception2;

                   ^

Tcpbw100.java:1056: not a statement

        IOException ioexception2;

                    ^

Tcpbw100.java:1057: not a statement

        ioexception2;

        ^

Tcpbw100.java:1283: illegal start of _expression_

        if(true) goto _L2; else goto _L1

                 ^

Tcpbw100.java:1283: not a statement

        if(true) goto _L2; else goto _L1

                      ^

Tcpbw100.java:1283: 'else' without 'if'

        if(true) goto _L2; else goto _L1

                           ^

Tcpbw100.java:1283: illegal start of _expression_

        if(true) goto _L2; else goto _L1

                                ^

Tcpbw100.java:1283: ';' expected

        if(true) goto _L2; else goto _L1

                                        ^

Tcpbw100.java:1285: not a statement

        IOException ioexception1;

        ^

Tcpbw100.java:1285: ';' expected

        IOException ioexception1;

                   ^

Tcpbw100.java:1285: not a statement

        IOException ioexception1;

                    ^

Tcpbw100.java:1286: not a statement

        ioexception1;

        ^

13 errors

 

Can anyone give me some hints on how to get web100 all variables every times after measurement before to shown in applet?

 

 

Thanks and best regards,

Matt

 




Archive powered by MHonArc 2.6.16.

Top of Page