how to add only the class files into jar file
hello friends,
i am trying to create a jar file which will only contain the class files gnerated. and not include te source files.
i want to also provide an Entry point to the jar file.
plz also tell me if it is fine to allow compression of the files while making jar file when am generating an 'Executable jar file'
i have class files in the follwing manner
org/vaibhav/swing/SwingDemo.class
org/vaibhav/swing/frames/StartFrame.class
org/vaibhav/swing/plaf/Plaf.class
thank you

