hiiii,
how can i deploy my java program on a system(say windows system).This is my first project
I think you are developing project using core java classes. These classes does not need any specific development. All classes runs with JVM. You can make a single JAR file by combining all the java classes. these jar file can execute with JVM.
Comment