How to Install IntelliJ IDEA on Ubuntu Linux

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии • 13

  • @cbbcbb6803
    @cbbcbb6803 Год назад +1

    Light themes show up better on phones and small tablets. Thanks.

    • @beginsecure
      @beginsecure  Год назад

      I always thought so too!! Thanks for watching!!

  • @poufpanda1127
    @poufpanda1127 3 месяца назад +1

    as a beginner into Linux, this helped, ty bro

    • @beginsecure
      @beginsecure  3 месяца назад

      Glad to hear it! Thanks so much for watching!

  • @janmajaykumar7025
    @janmajaykumar7025 Год назад

    I followed your instructions, I don't see IntelliJ in build option , only maven.

    • @beginsecure
      @beginsecure  Год назад

      There are a few things you can try. Start with this. Add to PATH: Ensure that the IntelliJ IDEA executable is added to your system's PATH environment variable. This allows you to run IntelliJ IDEA from any location in the terminal. You can manually add the IntelliJ IDEA bin directory to the PATH variable or modify your shell configuration file (such as .bashrc or .bash_profile) to include the appropriate PATH settings.

  • @Mar-ts4bn
    @Mar-ts4bn Год назад

    Run as program doesn't show to me

    • @beginsecure
      @beginsecure  Год назад +1

      It seems like the 'Run as program' option might not be visible due to the file permissions. You can make the file executable by right-clicking on the file, selecting 'Properties', navigating to the 'Permissions' tab, and checking the box next to 'Allow executing file as program'. Alternatively, you can open a terminal, navigate to the directory containing the .sh file, and type chmod +x filename.sh to make it executable. Once done, try running the .sh file again by typing ./filename.sh in the terminal. Let me know if this resolves the issue or if you need further assistance!

    • @yochyy
      @yochyy 9 месяцев назад

      i tried both of your options and still the option run as program is not coming up@@beginsecure

    • @oguzyal25
      @oguzyal25 8 месяцев назад

      worked for me
      @@beginsecure

  • @Ace85858
    @Ace85858 6 дней назад

    Do I always need to start it from idea.sh then or only the first time?

    • @beginsecure
      @beginsecure  4 дня назад

      For Linux, yes, but you could add it do your path or some other startup script.

    • @Ace85858
      @Ace85858 4 дня назад

      @ Actually I installed it and there was a file that told me to open it with idea and everything works faster and better now (and I can actually restart the program)
      Thank you tho!