简体   繁体   中英

How to export Java eclipse Plugin Project to a executable jar file?

I am developing an eclipse application as a plugin project. I am able to export it as .product file and I am able to run it outside eclipse. Now, I have a requirement to schedule tasks in my plugin project. So, I have to make my project as JAR file and use that in scheduling. Since Plugin projects do not contain any Main methods, how to convert it to a Runnable JAR File?

I believe you would need main method to make it as runnable java project, please find the instructions below link

https://support.smartbear.com/alertsite/docs/monitors/web/selenium/export-eclipse-java-project-as-runnable-jar.html

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