merging jar files in Xcode 1.5
merging jar files in Xcode 1.5
- Subject: merging jar files in Xcode 1.5
- From: Chris Goedde <email@hidden>
- Date: Mon, 14 Mar 2005 15:56:23 -0600
Hi all,
This seems to be a faq, but the solution I found in the archives
doesn't work for me, so I have to ask. I'm relatively new to Java and
Xcode. I'm using Xcode 1.5.
I have a working applet (note, applet, not application) that I'm
currently modifying to place the base classes in their own package. My
problem is merging the jar file that holds the classes that make up
this package into the final jar file for the applet.
I've added the jar file for the package to my project, and in the
"Frameworks & Libraries" pane of the target I've clicked the "Merge"
checkbox for that jar file. The project compiles successfully, but I
get a "java.lang.NoClassDefFoundError" message when the applet runs.
Running "jar tvf" from the command line verifies that the classes in my
package aren't included in the applet's jar file.
I've been googling and searching for a while, but I'm still stuck over
something that seems quite trivial. Any help would be greatly
appreciated.
--
Chris Goedde
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden