Skip to Main Content

Japanese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java options issues with double quotes

user631175Jul 8 2019

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

Comments
Post Details
Added on Jul 8 2019
0 comments
651 views