JoyOfCodingPDX / GettingStarted

Helps students in Contemporary Software Development get started with the programming assignments.
https://web.cecs.pdx.edu/~whitlock/
Apache License 2.0
6 stars 15 forks source link

Mention PowerShell syntax for setting environment variables #52

Closed DavidWhitlock closed 4 months ago

DavidWhitlock commented 7 months ago

In IntelliJ, the default shell on Windows is now PowerShell. We need to update the README.txt to describe how to set MAVEN_OPTS for debugging using PowerShell.

https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.4

$Env:MAVEN_OPTS=