I’m using Visual Studio Code with the Java Extension Pack for a java application. As you can see in the image above, the downwards facing arrow button exports my project to a Jar, which is saved to the project folder. Is there an option anywhere I can set the export location, or post-build events where I can copy the jar
Tag: export
Exporting Eclipse project with a reference to native library
I have an Eclipse project, that uses JMF, I found out I could skip the JMF installation process and still to use the CaptureDeviceManager of the JMF, and to receive the list of devices if I could point my project to the native lib of the JMF. I’ve managed to add the native lib to the IDE run/debug, but once