Ive made a small program which imitates windows notepad. runs fine wen i compile using textpad. but wen i tried to make a jar out of it and run it. here's wat i get:
manifest.txt contains
"Main-Class: Notepad
"
with a carriage return.
the classes are : JFontChooser.class jmpDialog.class Notepad.class winDialog.class winForm.class fndDialog.class repDialog.class
wat am i doin wrong here? Help!
manifest.txt contains
"Main-Class: Notepad
"
with a carriage return.
the classes are : JFontChooser.class jmpDialog.class Notepad.class winDialog.class winForm.class fndDialog.class repDialog.class
wat am i doin wrong here? Help!