On Sat, 1 Apr 2006 19:50:34 -0800, "bradley konkle"
<bradley_nospam@thekonkles.com> wrote, quoted or indirectly quoted
someone who said :
>Is it possible to define multiple entry points into a jar file using the
>'Main-Class:' mainfest attribute?
No. Main-Class defines the default class to use for java -jar xxx.jar.
You can use any static void main method in the jar from the command
line. It does not need to be mentioned in the manifest e..g.
java -cp xxx.jar com.mindprod.doit.Alt

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.