简体   繁体   中英

Running a Java Project without using IDE or CommandPrompt

I've made a quiz consisting of multiple jFrames and connectivity to a MySQL table. I need to know how to get it in a form that I can put on a CD as a soft copy for a demonstration at school, since this is a project. My teacher isn't able to help me and I checked all the books I have... please help!

从项目中构建可执行jar ,在目标计算机上具有JRE并执行jar文件以演示没有IDE的项目

You might want to look at PortableApps.com . You can build a memory stick with a JRE and there is a util to run Jars. This way you will not have to install anything on the host machine. You can even go so far as to install Portable Eclipse on the stick for last minute changes or to debug any problems you may find.

Take a copy of your executable JAR file, MYSQL and JRE installable software's into the CD. Install MySQL and JRE on your demonstration machine before executing your JAR.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM