This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSS + java: problems finding debug server



First, is it really so, that for DSS 32-bit java is needed even on 64-bit windows?

Anyway, my problem is: my code works fine run from netbeans, but not outside it.

Within netbeans:

openSession: Searching for device exactly matching name: Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator_0/ICEPICK_C
open: Initializing RTDX: "RTDXServer.1"
getServer: ENTRY sServerName: RTDXServer.1
getServer: Getting definition for: RTDXServer.1
getServer: Constructing server
getServer: RETURN com.ti.debug.engine.scripting.RTDXServer@18a79e
openSession: ENTRY sDebugSession: Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator_0/ICEPICK_C
getServer: ENTRY sServerName: DebugServer.1
getServer: Getting cached server: DebugServer.1
getServer: RETURN com.ti.debug.engine.scripting.DebugServer@b3cac9
openSession: ENTRY session: com.ti.debug.engine.scripting.DebugSession@a4847b
openSession: RETURN com.ti.debug.engine.scripting.RTDXSession@f5b2da
openSession: RETURN
openSession: RETURN Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator_0/ICEPICK_C
connect: ENTRY
connect: Requesting target connect
waitUntil: ENTRY timeout: infinite
log: Target is now connected
waitUntil: RETURN
connect: RETURN

When I compile it, goto the dist-directory an try to run it:

C:\Users\jaa\Documents\NetBeansProjects\DSS_test\dist>java -jar DSS_test.jar C:\Users\jaa\user\CCSTargetConfigurations\NewTargetConf
iguration.ccxml d
getServer: ENTRY sServerName: DebugServer.1
getServer: Getting definition for: DebugServer.1
getServer: Constructing server
getServer: RETURN com.ti.debug.engine.scripting.DebugServer@1b17d49
setConfig: ENTRY sConfigurationFile: C:\Users\jaa\user\CCSTargetConfigurations\NewTargetConfiguration.ccxml
setConfig: RETURN
Opening session...
openSession: ENTRY sPattern: Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator_0/ICEPICK_C
start: ENTRY
start: Firing: onServerStarting()
start: Connecting to XPCOM DebugServer
SEVERE: Can not connect to DebugServer. Path not found: 'C:\Users\jaa\Documents\bin'
stop: ENTRY
stop: RETURN
SEVERE: Could not start server: DebugServer.1: Can not connect to DebugServer. Path not found: 'C:\Users\jaa\Documents\bin'

What's wrong?

[edit]

Forgot to mention, these are in the path:

C:\ti\ccsv5\ccs_base\scripting\bin;C:\Program Files (x86)\Java\jre7\bin;C:\ti\ccsv5\ccs_base\DebugServer\bin