rowen17 0 Newbie Poster

these are the classes that i am going to add to my jar file: TestRegform, LogIn, LogIn$AccountInfo, and regForm.

I have manifest.txt that contains: Main-Class: TestRegform (new line)

then I typed this in the command line: D:\Project>jar cvfm Registration.jar manifest.txt *.class

then, these came out:

added manifest
adding: LogIn$AccountInfo.class(in = 4768) (out = 2560)(deflated 46%)
adding: LogIn.class(in = 3557) (out = 1989)(deflated 44%)
adding: reForm.class(in = 8712) (out = 4629)(deflated 46%)
adding: TestRegform.class(in = 322) (out = 243)(deflated 24%)

what do you think is the possible solution for this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.