Greetings,
i just started work on java...now i need a little help.
i have few jar and class files.
x.jar;
y.jar;
abc.class;
xyz.class;
mainabc.class;
i want to convert it all in single jar file.
when i converted and run it, giving error and not accessing the methods in x.jar and y.jar.
i need to know how can i convert it into single jar executable.
i followed these steps..
last line in code is error when i run that jar executable.
where org/ijk/ghij/searchable is import in x.jar
i used x.jar and when i import package of x.jar so i wrote
import org.ijk.ghij.searchable;
in my application's class.
in manifest i gave the name of main class file
anyhelp will be appreciated.
Thanks
mohit