There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
SCJP
Visit my download page
Brian Bykenhaal wrote:C:\Users\Bykenhaal\Desktop\board>jar cvfm TicTacToeGUIGame.jar manifest.txt*.class
java.io.FileNotFoundException: manifest.txt*.class (The filename, directory name, or volume label syntax is incorrect)
Brian Bykenhaal wrote:C:\Users\Bykenhaal\Desktop\board>java -jar TicTacToeGUIGame.jar
no main manifest attribute, in TicTacToeGUIGame.jar
Brian Bykenhaal wrote:This is what I have for my manifest "Manifest-Version: 1.0 Main-Class: TicTacToeGUIGame.Class".
Brian Bykenhaal wrote:This is what I have for my manifest "Manifest-Version: 1.0 Main-Class: TicTacToeGUIGame.Class".
Brian Bykenhaal wrote:
C:\Users\Bykenhaal\Desktop\board>jar cfvm TicTacToeGUIGame.jar Manifest.mf Board.class Cell.class Mark
.class Outcome.class Player.class
added manifest
adding: Board.class(in = 2431) (out= 1371)(deflated 43%)
adding: Cell.class(in = 1702) (out= 959)(deflated 43%)
adding: Mark.class(in = 1195) (out= 673)(deflated 43%)
adding: Outcome.class(in = 960) (out= 538)(deflated 43%)
adding: Player.class(in = 832) (out= 472)(deflated 43%)
No, tomorrow we rule the world! With this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
|