"[EMAIL PROTECTED]" wrote : I also want to thank you for your instructions.
  | I was able to rebuild my jar file and now I can see the tree.  However I 
did notice a few things in your instructions:
  | 1.  The folder should be stream not stram.
  |      However this is possilby a typo based on the 
  |      original post.
  | 2.  My "jar -cvf..." command did not want to walk
  |      my directory tree.   Instead i used "jar -uvf ..."
  |      to add the IMarshalledValue.class to the 
  |      applet.jar file.

thank you for your advice;
(1)the folder name is stream indeed. i lost a letter earlier. :)
(2)in my case, "jar -cvf..." command did work fine.
the difference between "cvf" and "uvf" is:
   cvf : create a new jar file
   uvf : update to a existed jar file
so, if you want to use "jar -cvf" command, you should make sure that the 
applet.jar file does not exist in your current working folder.

                                    [EMAIL PROTECTED]

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928063#3928063

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928063


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to