Discussion:
About creating .jar files
(too old to reply)
s***@engmail.uwaterloo.ca
2005-01-19 22:34:18 UTC
Permalink
When I submit my Project 1, am I supposed to include only Rational.class, and
Rational.java files? I was trying to create a .jar file, and since I have to
have a manifest file, this means I will have to include my main() as well.




----------------------------------------
This mail sent through www.mywaterloo.ca
Irene Huang
2005-01-20 15:39:20 UTC
Permalink
Hello, I have updated the jar file creation page at the following URL:

http://www.ece.uwaterloo.ca/~yqhuang/labs/ece250/creating_jar_files.htm

For Project 1, because main is not required in the specification of the
project, hence you are not required to use manifest file when you create
the .jar file. However, if you use manifest file, it is also correct.

Thanks,

Irene
Post by s***@engmail.uwaterloo.ca
When I submit my Project 1, am I supposed to include only Rational.class, and
Rational.java files? I was trying to create a .jar file, and since I have to
have a manifest file, this means I will have to include my main() as well.
----------------------------------------
This mail sent through www.mywaterloo.ca
Loading...