Search found 3 matches

by NcAdams
30 May 2012 22:01
Forum: DOS Batch Forum
Topic: How do I execute a Java project using batch?
Replies: 7
Views: 6084

Re: How do I execute a Java project using batch?

Thanks so much! The one thing I'm still having trouble with is the manifiest. Right now I have a file named manifest.txt: It's in my class folder, and it contains the text "Main-Class: Main" plus a new line. But for some reason when I try to create the jar file with JCreator, it always tel...
by NcAdams
30 May 2012 18:16
Forum: DOS Batch Forum
Topic: How do I execute a Java project using batch?
Replies: 7
Views: 6084

Re: How do I execute a Java project using batch?

Thanks for the help, but this didn't work: One command line popped up and called another, which closed without doing anything. I tried entering "java -?" into command prompt like you did, but most of the information was meaningless to me. Should this code execute the java file, or would it...
by NcAdams
30 May 2012 11:49
Forum: DOS Batch Forum
Topic: How do I execute a Java project using batch?
Replies: 7
Views: 6084

How do I execute a Java project using batch?

Hi everyone. This is my first post here. I'm working on a Java game for a school project and I want users to be able to start it easily. I thought creating a batch file might be a good way to do this, but I have never actually written one before and only have a vague idea right now how the language/...