Debugging BSSV locally for Internal Business Service
Hi All,
I have BSSV that is internal service that I want to test locally by running Debug and stepping through the code. I addeda test method within the Service and invoking it by passing Data via XML. The BSSV compiles without any errors but when I run Debug it immediately gives me below error.
=====================================================
The target J5598213.jpr cannot be started because an exception was thrown: java.io.IOException: Cannot run program "E:\java\jdk8\bin\javaw.exe" (in directory "E:\E920\DV920\Java\source\com\dt\bssv\J5598213"): CreateProcess error=206, The filename or extension is too long
======================================================
By default the XML file is stored in the same path along with the valueobject folder.
I have BSSV that is internal service that I want to test locally by running Debug and stepping through the code. I addeda test method within the Service and invoking it by passing Data via XML. The BSSV compiles without any errors but when I run Debug it immediately gives me below error.
=====================================================
The target J5598213.jpr cannot be started because an exception was thrown: java.io.IOException: Cannot run program "E:\java\jdk8\bin\javaw.exe" (in directory "E:\E920\DV920\Java\source\com\dt\bssv\J5598213"): CreateProcess error=206, The filename or extension is too long
======================================================
By default the XML file is stored in the same path along with the valueobject folder.
0