sorry if this is a simple question but I’m having trouble exporting my java project into a JAR file. I’m getting the following error:
JAR creation failed. See details for additional information.
com/appiancorp/plugins/capitalize/theFunction [in Capitalize] is not on its project's build path
Unable to get package fragment root: Capitalize/com/appiancorp/plugins/capitalize/theFunction/Capitalize.java
com/appiancorp/plugins/capitalize/theFunction [in Capitalize] is not on its project's build path
I guess I need to add the “theFunction” class to my buildpath? But I don’t understand how to do that…Thanks for the help
EDIT:
I’m using files from the StringTokenizer class in my project and thus importing stuff from java.util.StringTokenizer. Could the problem be I’m not adding that class to the JAR files?
Darby
The missing class belongs to a jar from the company(3d party)
http://www.appian.com/
you need to find that missing jar and add it to class path