Re: How to run a program in Netbeans 17 with the -D option

2023-04-20 Thread Antonio
See, for instance: https://stackoverflow.com/questions/39820709/netbeans-8-1-java-how-to-add-command-line-arguments-when-you-want-to-run-java It really depends on the kind of project you're using. For Maven or Gradle projects this is different. Cheers, Antonio On 20/4/23 19:02, Peter

How to run a program in Netbeans 17 with the -D option

2023-04-20 Thread Peter Ivarsson
Hi I want to run my program in NetBeans with the -D option java -jar -Drasberry.camera.enabled=true Peter