| Author |
How to jar BaseTCli$TunnelExcptn.class
|
achana chan
Ranch Hand
Joined: Jul 29, 2002
Posts: 277
|
|
Hi again. I have a number of .class to jar together for the client. I think (which means I don't know for sure) why my applet-to-servlet is not working is because I have left out BaseTCli$TunnelExcptn.class in the .jar file The sad part is , I cannot get it into the .jar file. Tried a few times and various variations, mostly jar uvf MyFatJAR.jar BaseTunnelClient$TunnelException.class Nothing happens, not it the jar file.
|
humanum errare est.
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
I wonder if the dollar sign is causing a problem somehow. Have you tried to surround the class file name with double quotes? Otherwise, have you tried to "cheat" and just use a tool such as WinZIP or WinRAR?
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
 |
|
|
subject: How to jar BaseTCli$TunnelExcptn.class
|
|
|