Questions tagged [intellij]

37 questions
26
votes
3 answers

How can I use just one unified clipboard? (even for IntelliJ's "copy path")

I don't really understand the linux clipboard/s scheme. Instead of understanding it, is there a way to simplify it into one, unified clipboard? You know, so I could copy in any app and paste in any other? The current issue that's bugging me is…
ripper234
  • 31,063
  • 43
  • 82
  • 90
16
votes
2 answers

Ubuntu / Unity attach script to Launcher

I recently downloaded IntelliJ IDEA and start the app by running . idea.sh. The app appears in the launcher while I'm running it, but for some reason when I right click on it I don't get a 'Lock to Launcher' option like I do with other apps. How do…
Trindaz
  • 597
  • 3
  • 7
  • 11
16
votes
3 answers

Blank Android Studio window in DWM

I recently installed Android Studio on arch linux with DWM. But the initial dialog window, which prompts for starting a new project is blank. The links in this windows work though. I can start a new project by blindly clicking where the new project…
saga
  • 1,381
  • 11
  • 36
8
votes
2 answers

Java process freezes until I use 100% CPU

The issue I encounter When working on Android-Studio, Eclipse or even command-line Gradle, the Java software often freezes (even though usually it is after I update my system/change java). For Android-Studio and Eclipse, if I move to another desktop…
JonasVautherin
  • 395
  • 1
  • 9
  • 19
8
votes
2 answers

Java doesn't show menu text

I startet netbeans/intelliJ/squirrelSQL after I didn't use it for a few days/weeks and now the menu doesn't show text. There are just the underlineds. My system: ArchLinux (everything up to date, everything installed via pacman) Gnome…
Tobias
  • 567
  • 3
  • 10
6
votes
3 answers

How can I expose JAVA_HOME to applications running under X and/or Gnome?

I'm trying to run IntelliJ from Gnome3's Applications menu, but it complains the JAVA_HOME variable is not set. I have the Java installation under my home folder. I managed to export the variable in my ~/.bashrc: export JAVA_HOME=~/jdk1.6.0_32 and…
acorello
  • 409
  • 7
  • 12
5
votes
2 answers

IntelliJ IDEA — Please consider switching to the bundled Java runtime that is better suited for IDE

IntelliJ IDEA shows this message on every startup. How can I correct this warning on IntelliJ IDEA? Edit: I installed IntelliJ IDEA ultimate edition by yay on arch linux.
Jan Černý
  • 1,185
  • 2
  • 24
  • 46
5
votes
1 answer

Java SDK on NixOS for IntelliJ

I have recently installed NixOS on my machine, for Java development I have added IntelliJ CE 14.1.5 and the Oracle JDK 8. However IntelliJ does not automatically recognize the path to the Java SDK readlink -f $(which…
user138984
  • 51
  • 2
5
votes
1 answer

How to install Scala?

Please note: I have to use the source package, not the prebuilt package from the repo (it is broken, at least IDEA complains). From the page: http://www.scala-lang.org/downloads I downloaded scala.final.tgz package. I installed it by unpacking to…
greenoldman
  • 6,086
  • 16
  • 54
  • 65
4
votes
1 answer

How to add a program to be indexed by Synapse?

I downloaded the IntelliJ community edition and I'm currently running it by clicking the shell script that is in the folder of IntelliJ I was wondering how I can make Synapse recognize the idea.sh file so I can launch it quickly
ahtmatrix
  • 551
  • 3
  • 8
  • 14
4
votes
1 answer

No text, just placeholders in IntellliJ

I'm on Arch Linux and have IntelliJ's community edition (2017.1.4) installed. The main font of the IDE seems to be missing. The following screenshot shows that the font of the menu and status bar is gone while the text of the tip of the day is…
Matthias Braun
  • 7,797
  • 7
  • 45
  • 54
4
votes
0 answers

How does fsnotify setting affect system performance?

Occasionally a software package I install complains that the default fsnotify setting is far too low for decent performance. Intellij IDEA or crashplan are two examples. They suggest using fsnotify value several orders of magnitude than the default…
barrymac
  • 1,115
  • 1
  • 12
  • 18
4
votes
2 answers

Where should I copy-paste-install software to?

I'm installing IntelliJ, and the readme tells me to choose an installation folder. Where is a good, standard place to put installed programs?
ripper234
  • 31,063
  • 43
  • 82
  • 90
3
votes
3 answers

Intellij IDEA: Unrecognized VM option 'UseConcMarkSweepGC'

I installed Intellij IDEA from on my arch using yay. I worked fine but recently it started doing this: john@arch-thinkpad ~ [1]> intellij-idea-ultimate-edition Unrecognized VM option 'UseConcMarkSweepGC' Error: Could not create the Java Virtual…
Jan Černý
  • 1,185
  • 2
  • 24
  • 46
3
votes
1 answer

Why "source" doesn't work in a script run as a Gnome's Desktop Entry?

I have a desktop entry pointing to IntelliJ IDEA IDE. I wanted to add . ~/.bashrc at the beginning of the idea.sh script that is being executed by Desktop Entry. The point of that is that IDEA wasn't picking up my modified SSH_AUTH_SOCK env…
Łukasz Zaroda
  • 6,083
  • 4
  • 17
  • 24
1
2 3