Hi Neil, java.library.path is a system property. The Exec Maven Plugin documentation for exec:java and system properties is here: https://www.mojohaus.org/exec-maven-plugin/java-mojo.html#systemProperties
Nils. > Op 5 jan 2024, om 17:40 heeft Neil Aggarwal <n...@propfinancing.com> het > volgende geschreven: > > Hello: > > > > I am trying to pass java.library.path to a mvn exec command. > > > > Here is what I tried: > > mvn exec:java -Dexec.mainClass=com.fiscalassets.tax.PrintForm1098s > -Dexec.args=application.properties.FiscalAssets > -Djava.library.path=C:\OneDrive\Dev\Jacob > > > > But, I get an error: > > [ERROR] Failed to execute goal > org.codehaus.mojo:exec-maven-plugin:3.1.0:java (default-cli) on project > FAIntegration: > > An exception occurred while executing the Java class. no jacob-1.20-x64 in > java.library.path: > > C:\Program > Files\Java\jdk-17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Cygwin\usr\local\bin;C:\Cygwin\bin;C:\Program > Files\Common > Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program > Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA > Corporation\NVIDIA > NvDLISR;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program > Files (x86)\Common Files\Intuit\QBPOSSDKRuntime;C:\Program > Files\Google\Google Apps Sync;C:\Program > Files\Maven\bin;C:\Users\neil\AppData\Local\Microsoft\WindowsApps;. -> > [Help 1] > > > > The directory I passed to the command is not listed I the set of > directories in the output so I can only > > assume the argument did not work. > > > > I searched but I can’t find any info on this. Any idea what I am doing > wrong? > > > > Thank you, > > Neil > > > > -- > > Neil Aggarwal, 972-834-1565, http://propfinancing.com > > We offer 30 year loans on single family houses! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org