Questions tagged [intellij-2020]

13 questions
1
vote
1 answer

Do you risk giving 3party plugins access to your source code when installing them in intellij

opened my git repo in itellij 2021.2.1 it is a java project built with mvn and a sql db. So a few recommendations for plugins pops up and my question is what do they mean by this warning sign for JPA Buddy 5.4-212 plugin? "Using third party plugin…
dokvist
  • 13
  • 1
  • 5
1
vote
1 answer

intellij reset proxy setting without starting the application / License server connection failed

Recently while tryig to setup Mavne, I accidently setup a proxy settings which was not correct. Next time, when I started the intelliJ idea, it failed to connect to the license server. I immediately realized that this issue occured due to incorrect…
Gyanendra Dwivedi
  • 5,511
  • 2
  • 27
  • 53
1
vote
0 answers

Trying to run Java JAR file (JavaFX) but getting "Error: JavaFX runtime components are missing, and are required to run this application"

screenshot of trying to run the JAR file In IntelliJ, everything is running fine, but when I try to run exported JAR file, this error appear, why and how to solve this problem?
1
vote
2 answers

How to change the text color to light of a intellij tool window text area with a dark background?

Using Material Theme UI for IDEA 2020.2.2 with a Custom Dark Theme which Background Color is: #0C0A09 completely black. When using "Spellbook" plugin for note taking, its Tool Window pane where the text displays, is nearly invisible, not clear to…
1w3j
  • 566
  • 8
  • 24
1
vote
2 answers

IDEA - How can I place braces on the next line for .gradle files?

In the Code Style settings of IntelliJ IDEA, there aren't any subcategories for .gradle files (e.g., build.gradle), and under Other File Types, there isn't any option to modify brace placements. I did not find solutions on to set brace placement for…
Hykilpikonna
  • 1,749
  • 2
  • 15
  • 32
0
votes
0 answers

Accessing GCS with JSON key in Java and got Method threw 'com.google.cloud.storage.StorageException' exception

I was trying to upload file to GCS in Java. Below is the way I create the Storage object: StorageOptions.Builder storageOptions = StorageOptions.newBuilder().setProjectId(AppProperties.get(GCS_PROJECT_ID)); GoogleCredentials credentials =…
0
votes
0 answers

Intellij idea says Read Only File System to any file located on other drive

I am using dual boot with ubuntu 18.04 installed on added SSD drive, and windows 10 installed on internal hard drive. I am facing the following problem for projects located in my hard drive, but works properly in my SSD Whenever i am trying to save…
mahfuj asif
  • 1,691
  • 1
  • 11
  • 32
0
votes
1 answer

How to stop IntelliJ IDEA splitting strings in Javascript?

I am trying to write some SQL code as a string within Node.js (Javascript) and each time I press the enter key IntelliJ is splitting the string like such: This: db.query('SELECT insertRecord($id, $name, $location, $title)'); Becomes…
volume one
  • 6,800
  • 13
  • 67
  • 146
0
votes
0 answers

IntelliJ Format/colour issues when injecting dependencies to templates in Scala Play 2 Views

In IntelliJ IDE, when I add @this() for injecting dependencies, All the colours go crazy and I also start getting error underlies. The code works absolutely fine, but it both looks ugly and prevents me from inspecting things in the code. I have…
Alijy
  • 155
  • 1
  • 8
0
votes
1 answer

How to compile mutil-modules in idea2020.1 in once time?

I have a mutil-modules maven project. When I compile the root pom.xml in the maven sidebar in idea2020.1, it does not compile all the modules. If I compile the project in terminal with mvn compile, it can compile all the modules. Question: How to…
Holinc
  • 641
  • 6
  • 17
0
votes
1 answer

In intellij 2020.1, when I hit play in debugger, how to stop it from switching threads? (not duplicate)

I perhaps was not clear enough in this question https://stackoverflow.com/questions/62958507/how-to-have-intellij-play-just-the-thread-i-am-debugging-like-eclipse-does so it was marked as duplicate of switching between threads in Intellij Idea but…
Dean Hiller
  • 19,235
  • 25
  • 129
  • 212
0
votes
1 answer

how to force IntelliJ to read local maven repository or download from web when it loses track of dependencies?

I'm using IntelliJ ultimate 2020.1.2. When on any reason one of dependency is removed from .m2 or missing, it couldn't recognize the changes and reimport it again. I have already tried with reimports button but no effect and I think invalidating…
itro
  • 7,006
  • 27
  • 78
  • 121
0
votes
1 answer

Running JUnit test from IntelliJ IDEA 2020.1 generates ClassNotFoundException

Running a JUnit test from IntelliJ IDEA 2020.1 generates the following error: Error:Internal error: (java.lang.ClassNotFoundException) com.android.repository.api.ProgressIndicator java.lang.ClassNotFoundException:…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199