hello,
i make this project with netbeans IDE 6.5. and i have folders (build,dist,nbproject,src,test) and files (build.xml,mainfest.mf) .
in build folder, exist Main.class and other classes.
in dist folder ,exist a Jar file.
in nbproject folder ,exist build-impl,build.xml,project.properties,project.xml,genfiles.properties.
in src , exist MAin.java, other java files.
in netbeans , I did right-click on name project and ,select Properties ,and select PAckaging Node .then active check "compress jar file". so build project and then run it. and finally i upload jar file in public_html of cpanel.
Thank you.