Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Jar file packaging

Status
Not open for further replies.

hedgracer

Programmer
Mar 21, 2001
186
US
I have developed an application in Java and am trying to package it into a jar file. I have taken the .class file, .java file, .form file and the manifest file and made a file named FileCon.jar. This file, when double-clicked, works on my machine. Unfortunately, when I transport the file to eventual user's machine the file does not work when double-clicked. I have installed JRE 1.3 on the user's machine and tried to run from command line and the program still would not run. Can someone tell me what I am doing wrong? Thanks for all your help in advance.

Dave Christman
 
What error does it spit out at you? Did you develop this program with 1.3.1?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top