java - FileNotFoundException for the jar name -


i tried generate jar, got following error:

java.io.filenotfoundexception: ass6game.jar (no such file or directory)         @ java.io.fileinputstream.open(native method)         @ java.io.fileinputstream.<init>(fileinputstream.java:106)         @ java.io.fileinputstream.<init>(fileinputstream.java:66)         @ sun.tools.jar.main.run(main.java:131)         @ sun.tools.jar.main.main(main.java:1022) 

this command used: jar -cmf ass6game.jar manifest.txt -c bin . -c src resources.

the point of origin classpath contains bin , src folders, manifest.txt file , makefile.

i have in bin folder various packages , stuff , resources folder inside src folder want beside packages inside jar.

once again, did wrong?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -