Results 1 to 2 of 2
Thread: Jar file will not run.
- 05-30-2010, 10:01 PM #1
Jar file will not run.
This is what my manifest file contains:
manifestAddition.txt (it does end with a carriage return):
I also tried this for manifestAddition.txt (it also ends with a carriage return):Java Code:Main-Class: sudoku.DriverProgram
Also tried both manifestAddition code above without a carriage return. Still failsJava Code:Main-Class: sudoku/DriverProgram
sudoku.DriverProgram:
This is what I'm doing in the cmd:Java Code:package sudoku; public class DriverProgram { public static void main(String[] args) { SudokuWorld world = new SudokuWorld(); world.display(); } }

This is the error I get:

What am I doing wrong?
Thanks in advance.Last edited by Lil_Aziz1; 05-30-2010 at 10:06 PM.
"Experience is what you get when you don't get what you want" (Dan Stanford)
"Rise and rise again until lambs become lions" (Robin Hood)
- 05-30-2010, 11:44 PM #2
Similar Threads
-
Sending a File from Server to Client and saving the file to Clients computer
By al_Marshy_1981 in forum NetworkingReplies: 8Last Post: 02-18-2010, 12:54 PM -
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 -
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 -
To open an image file such as Jpeg file using JAva Program
By itmani2020 in forum Advanced JavaReplies: 10Last Post: 07-11-2008, 09:57 AM -
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