how to create jar file using eclipse

后端 未结 3 2007
刺人心
刺人心 2020-11-29 09:33

I have a folder name called configurator which has many sub folders and class files. I need to create a configurator.jar file of this folder using eclipse. I f

3条回答
  •  北海茫月
    2020-11-29 09:57

    Creating a JAR file using Eclipse IDE:

    Right click on your project, which you want to create a JAR file of. And select Export from the context menu.

    Select JAR file from Java folder and click Next.

    In eclipse Latest version Runnable JAR file is added.

    Provide the Destination path and click on Finish to create the JAR.

提交回复
热议问题