I used javabuilder.jar and CommodityWeigth.jar (which is my own jar file) in my java project. I want to create executable jar file from that project and use @joost answer in this link. But I get warnings:
Description Resource Path Location Type Classpath entry C:/Users/sahar/Documents/workspace-sts-3.8.1.RELEASE/ahp/libs/commodityWeight.jar will not be exported or published. Runtime ClassNotFoundExceptions may result. ahp P/ahp Classpath Dependency Validator Message
Description Resource Path Location Type Classpath entry E:/Matlab/toolbox/javabuilder/jar/javabuilder.jar will not be exported or published. Runtime ClassNotFoundExceptions may result. ahp P/ahp Classpath Dependency Validator Message
and Because of these warnings, the jar file will not run correctly .
also when i open created jar file with WinRAR, I can see javabuilder and CommodityWeigth jars.