intellij-idea tag

21 questions


1 answers
372 views
0
Is the InteliJ Remote Debug Port Safe to Leave Open?

InteliJ remote debugging uses the 5005 port by default.Run Jar with a remotely debugable command and access this port from IntelliJ to debug breakpoints and other things.Is it safe to always open this...

1 years ago

1 answers
133 views
0
Differences Between IntelliJ IDEA and Android Studio

I used to develop Java in Eclipse, but I was interested in it, so I installed Android Studio when I was developing Android.Personally, I like it a lot, but when I tried to develop Java again, I realiz...


1 answers
165 views
0
Japanese garbled characters in the Clion console

When I created Project C in Clion 2019.1.4, and ran the following program, the Japanese part of the execution result was translated into characters, which is troubling me.#include<stdio.h>int ma...


1 answers
110 views
0
InteliJ RunClient Run Error

I'm a beginner in programming.While studying JAVA, I decided to make a mod for Minecraft JAVA.I'm trying to install JDKs and others by referring to the following site.Start Minecraft will cause the fo...

2 years ago

1 answers
111 views
0
Japanese does not fold back with specified line width in JetBrains IDE

Verification EnvironmentWindows 10 64-bitIntelliJ IDEA 2017.2 File->Settings->Editor->Code Style->Right margin allows you to set the auto-fold line width, but this setting does not work fo...

2 years ago

1 answers
94 views
0
I want to use IntelliJ for ionics.

How can I add (?) ionics to the existing cordova/phonegap project created by IntelliJ?It says it's supported by the plug-in, but I don't know how to use it.Also, I would appreciate it if you could tel...


1 answers
77 views
0
git operation on IntelliJ on macOS

When I try to clone from github with IntelliJ on macOS, I get an error hitting the sudo xcodebuild-license commandSo I hit the command in the space, read it to the end, and type agree, but when I try ...

2 years ago

1 answers
133 views
0
Unable to import flutter dart file.intelliJ environment

When I try to execute the code below, I get an error that the file cannot be imported.I have passed the path to flutter and dart, but do I need any other settings?It would be very helpful if you could...

2 years ago

1 answers
140 views
0
Port 1099 error when configuring Tomcat on IntelliJ

Hello.I would like to ask you a quick question: IntelliJ, version 15 on your Mac, web server (Tomcat 8.0)The 1099 port is not available during configuration.The following message appears on the consol...

2 years ago

1 answers
70 views
0
I want to use the `kotlin.test` package in Kotlin, but it says `import kotlin.test.assertEquals`

I was writing Unittest in Kotlin tutorial, but it seems that import fails and I cannot execute it.How can I do this?The environmental and source codes are as follows:Kotlin:kotlinc-jvm1.3.11 (JRE 10.0...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.