简体   繁体   中英

Deploying a Java Desktop application built in Eclipse

I am currently Developing a Windows based Java Desktop Application. I am working on Eclipse IDE. I am curious to know how to Deploy my app so that others can also use my app. Also can It run if jre is not present on client's pc. Could anyone give me a detailed Procedure to do so. I have built the application by using Swing Library

If, i understand you right, you want to export your application as jar file? If that so, you can rightclick on your project and click export. Here you can choose export as jar or as runnable jar-file. I would prefer a runnabme jar so you can execute that on every pc.

An another way to do that is to use maven. with maven you can package a runnable jar https://cwiki.apache.org/confluence/display/MAVEN/Tutorial%3A+Build+a+JAR+file+with+Maven+in+5+minutes

i hope i could help you

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