
please tell me how to create the batch file for java application(using swings).the application is created with netbeans

1.Open notepad 2.Type PATH=your jdk path upto jdk\bin 3.If you have .class file just give just give java your .class file name(Command for running java program) 4.Otherwise If you have .java file give javac your .java file name (Command for Compiling java program) java your .class file name(Command for running java program) 5.Save this notepad with .bat extension Now your batch file is ready. Just double click on your batch file, you can see your java program output
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.