I need to generate a .jar in eclipse but it depends on some libraries and when I export and use it I mentioned that it does not find the library that is needed, someone could help me, in advance thank you very much
I need to generate a .jar in eclipse but it depends on some libraries and when I export and use it I mentioned that it does not find the library that is needed, someone could help me, in advance thank you very much
I do not have much context as to how you generate the .jar but if it works for you I generate it in the following way and I have not had any problem for library issues:
File > Export
the option is chosen: Next
and it gives you the following options: Launch Configuration
the main class of the .jar to execute is chosen (the one with the main), Export destination
is the path where the JAR will be generated and the Extract required linreries into generated JAR
is selected I hope I can serve you, as I tell you, there are not many details of what you want to do.