So I'm essentially trying to make a wrapper executable for loading four different programs onto a DSP sequentially, so I wrote a java class with a GUI that will handle this. The project works perfectly from inside of eclipse, but once exported to an external executable jar file it ceases to function. Running it from the command line produces this error
SEVERE: Can not connect to DebugServer. Path not found: 'C:\\bin'
SEVERE: Could not start server: DebugServer.1: Can not connect to DebugServer. P
ath not found: 'C:\\bin'
It seems like it's looking for the TI libraries in the wrong place. How might I be able to point it in the right direction?