Results 1 to 4 of 4
Thread: Jar file is not interpreting
- 04-25-2009, 11:06 AM #1
Member
- Join Date
- Apr 2009
- Posts
- 12
- Rep Power
- 0
Jar file is not interpreting
Hi,
I want to run my Jar file, but I'm getting an error.
The error, which I'm getting is:
Failed to load Main-Class manifest attribute from
TicTacToe.jar
I've created my Manifest file with name, Manifest.txt, and it has the following header information:
Main-Class:Basic
and I've created a Jar file with the command:
Jar cfm TicTacToe.jar Manifest.txt *.class
then why I'm getting the error?
Thanks in advance.
- 04-25-2009, 03:54 PM #2
I think you want your Manifest to say:
Main-Class:Basic.MainWho Cares... As Long As It Works...
- 04-25-2009, 04:37 PM #3
Member
- Join Date
- Apr 2009
- Posts
- 12
- Rep Power
- 0
- 04-25-2009, 06:39 PM #4
Similar Threads
-
File fp = new File(filePath);fp.exists() does not yeild proper result
By ganeshp in forum Advanced JavaReplies: 2Last Post: 04-07-2009, 06:25 AM -
how to read openproj(Projity) file i.e. ,POD file(Project Management file)
By mahendra.athneria in forum New To JavaReplies: 0Last Post: 02-11-2009, 09:53 AM -
Help interpreting what a class is supposed to do
By bornwithnoname in forum New To JavaReplies: 2Last Post: 11-20-2008, 12:19 AM -
Search a word(taken from one file) in another file and give the line as the output
By SwapnaNaidu in forum New To JavaReplies: 7Last Post: 11-19-2008, 02:09 PM -
How to parse the CSV(Comma separation values)file and validate the file using java
By padmajap13 in forum Advanced JavaReplies: 7Last Post: 05-23-2008, 03:46 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks