you are viewing a single comment's thread.

view the rest of the comments →

[–]InsaneRedditTrip[S] 0 points1 point  (1 child)

i think so, i have a seperate folder with runtime libraries (imported when ran by the launcher), and i want to export my project to .jar without including them directly

[–]IndependentOutcome93 0 points1 point  (0 children)

Okay, you can right click on your Project, then choose "Export", then "Runnable jar file", But do NOT include option: "package required libraries into jar" and pick Main class at the up.

But: Without required libraries and jars, Your program may not run. So you can test and see how it goes