jar file

Hi,I am using Java sdk1.3 with a pfe editor and I want to create a jar file of my applet, how do I do this?macnero
[142 byte] By [macnero] at [2007-9-26 1:34:59]
# 1
easiest way. Don't use the editor. use the jar command.cd $APPLET_PATHjar -cvf [applet classes]there you go.Tracy
tmonteit at 2007-6-29 2:18:47 > top of Java-index,Archived Forums,Java Programming...