Mona Sasani62828
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
Mona Sasani62828 创建了一个帖子, 已回答Maven package works but Intellij's build fails
I have a JDK 1.7 project with a maven dependency to a local jar in my maven repo. I'm unable to build the project using Intellij, with the errors that a symbol cannot be found (the symbol is a clas... -
Mona Sasani62828 创建了一个帖子, 已回答Intellij IDEA search functionality always stops working
The find in path search works on newly cloned/downloaded repos. But I notice after a few days, all search functionality in the IDE just stops working. Searching for anything string turns up 0 resul... -
Mona Sasani62828 创建了一个帖子, 已回答What are 'modules' in intellij IDEA,actually? Is it different from a Java module?
I switched to IntelliJ IDEA a few days back and I did some research around the IDE. Like what the .iml, .idea, etc files/ directories were. But I dont get what the 'src' folder is. Other answers he... -
Mona Sasani62828 创建了一个帖子, 已回答Is there a plugin in IntelliJ IDEA CE for SSH client?
I am using Windows 11. Usually, I connect to my EC2 server through SSH using MobaXterm (Third-party desktop application) to perform some operations on it. I would like to know if there is a plugin ... -
Mona Sasani62828 创建了一个帖子, 已回答Intellj recognizing .wav files as plain text
So I'm trying play a sound everytime a letter is typed on screen. The code is definately correct since I copied it from a reliable source online. The only problem is I keep getting the (The system ... -
Mona Sasani62828 创建了一个帖子, 已回答why is the shortcut, sout, not working for me in IntelliJ IDE
I've been doing mooc.fi to learn java but because my computer didn't let me install netbeans I used a plug in within intelliJ. For some reason it doesn't respond when I use the shortcut sout but in... -
Mona Sasani62828 创建了一个帖子, How to enable Spring Boot Live Dev Tools on IntelliJ 2021.2 to rebuild classes after modifications and deploy changes to server?
This is a tutorial on how to enable Dev Tools project on IntelliJ 2021.2 and observe the changes in code without having to restart the Tomcat server. Toys r us credit card -
Mona Sasani62828 创建了一个帖子, 已回答IntelliJ IDEA hint parameters of method
I'm just swapping from eclipse to IntelliJ, and I can't find this particular feature. In Eclipse, when the cursor is inside the brackets of a method-call and I press Ctrl+Space, MyFordBenefits it t... -
Mona Sasani62828 创建了一个帖子, 已回答Intellij or Clion formatter to merge short lines
My IntelliJ and Clion can help split a long line into multiple with the auto-formatting, but the not the other way around. How should it merge multiple short lines into a single longer line? This i... -
Mona Sasani62828 创建了一个帖子, 已回答Correct way to add external jars (lib/*.jar) to an IntelliJ IDEA project
When creating a new Java project in IntelliJ IDEA, the following directories and files are created: ./projectname.iml ./projectname.ipr ./projectname.iws ./src/ I want to configure IntelliJ IDEA to...