Using JCreator Create Java JAR File

Steps below is based on my Java Programming practical. Hope that can share something with you.
下面的步骤是基于我的Java编程练习。希望能与您分享一些。

You have to Open JCreator, First we need to configure JCreator to make JAR Files.
你必须打开JCreator ,首先我们需要配置JCreator作出JAR文件。

Configure > Options

Configure > Options

Tools

Tools

New > Create Jar Files

New > Create Jar FilesShould Show these 2 options

Open a Project

Open a Project

Tools > Create Jar Files

Tools > Create Jar Files

Process Completed

Process Completed

xxxx to MANIFEST.MF

Add Main-Class: xxxx to MANIFEST.MF

Origin From : http://xkid83.wordpress.com/
原创自: http://xkid83.wordpress.com/

Leave a Comment