I am entering the following java option on my run configuration:
-Djava.library.path="C:\Program Files (x86)\Inlite\ClearImage PDK.8_3_4524\workspace.ClearImageJava\libs\win64"
When jdeveloper generates the run command it is coming out
"-Djava.library.path="C:\Program Files (x86)\Inlite\ClearImage PDK.8_3_4524\workspace.ClearImageJava\libs\win64""
I need the quotes because the file path has whitespace. Not sure how to enter this so it works correctly. Its causing the debugger to give me an error "Could not find or load main class files"
If I copy the command issued and change javaw.exe to java.exe, then fix the quotes manually I can execute through command line successfully