| Author |
Jar file creation using eclipse
|
priya pratheeeep
Greenhorn
Joined: Apr 07, 2008
Posts: 6
|
|
hi Friends I want to create jar file using eclipse.I know how to create using export in eclipse. My problem is i want to include jar files (for example jdbc connector jar file) with my program jar file... Please help me Regards Priya
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
|
R-click the projectClick "export"Click the "java" icon so it opens its subfoldersClick "jar"Click nextWrite a name for the .jar file, and click any other options you wantclick next.Add any options on the next page.click nextAdd options about the manifest file, and which class has the main method in.click finishQED
|
 |
 |
|
|
subject: Jar file creation using eclipse
|
|
|