so my projects have a lot of classpath variables set in the run configuration -> classpath tab in eclipse...
but once I exported the project as a runnable java jar file, none of these classpaths are exported to the jar's manifest file despite having specified this run configuration during the export dialogue....
how do I get eclipse to add these classpath variables to the exported jar's manifest?
besides doing everything manually of course...