You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get JDEE to write a run or debug command line without any -classpath? I'm using application-args to add a -jar, and the -classpath is redundant at best and detrimental at worst.
I tried setting jdee-run-option-classpath and jdee-db-option-classpath to nil, but that made things much worse. All the other config was ignored and JDEE tried to run the buffer I was currently in.
The text was updated successfully, but these errors were encountered:
Is there a way to get JDEE to write a run or debug command line without any -classpath? I'm using application-args to add a -jar, and the -classpath is redundant at best and detrimental at worst.
I tried setting jdee-run-option-classpath and jdee-db-option-classpath to nil, but that made things much worse. All the other config was ignored and JDEE tried to run the buffer I was currently in.
The text was updated successfully, but these errors were encountered: