Code Monkey home page Code Monkey logo

Comments (2)

DJtheRedstoner avatar DJtheRedstoner commented on August 25, 2024

Hi, there seems to be confusion here, which makes sense since IntelliJ doesn't exactly make this obvious... I'll try to clear this up:

the IntelliJ menu Help > Edit Custom VM Properties

This is for properties for the JVM instance that runs the IntelliJ IDEA, which is completely separate from any programs run through IntelliJ. You should only change these options if you are trying to modify the behavior of IntelliJ itself.

Run > Debug... > Edit Configurations > Environment Variables

Environment variables aren't the same thing as JVM properties, however this is almost the correct place. JVM properties are set by adding -D<name>=<value> to the JVM arguments. In order to add JVM arguments in IntelliJ, you need to click "Modify Options" near the top right of the Run Configuration dialog (the same place where you can set normal arguments and environment variables), then select "Add VM Options". This will add a new field labeled "VM Options" to the run config dialog, where you can then add your JVM properties.

Hope this helps!

from devauth.

DJtheRedstoner avatar DJtheRedstoner commented on August 25, 2024

Closing since I assume this is resolved.

from devauth.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.