PatS2265
- Total activity 167
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 100
- Subscriptions 29
-
Edited Fixing markdown file preview with /tmp/install_apparmor_profile.sh1
AnsweredI just updated/installed the latest IntelliJ Ultimate version 2025.3.3 and opened a markdown file README.md.IntelliJ gave a prompt that said:Embedded Browser is suspendedThe system restricts the em... -
Created IntelliJ generating Java POJOs (from XSD) and compiling the generated code
AnsweredI'm currently using the maven plugin com.evolvedbinary.maven.jvnet:jaxb30-maven-plugin:0.15.0to take *.XSD files and generate POJOs from the XSDs and compile the POJOs into classes for use in my ap... -
Created Multiple nodejs projects in the same git repo (aka mono-repo), How do I configure Webstorm?
Does WebStorm support opening a mono-repo from the root of the git repo? If so, how do I tell Webstorm that there are several projects in the same Window?I have a mono-repo with two sub-directorie... -
Edited Build failing unable to find dependencies
AnsweredStruggling to find out why IntelliJ won't compile some code that compiles fine from maven command line 12/8/22, 8:59 PM - Build completed with 100 errors and 0 warnings in 9 sec, 735 ms java: packa... -
Edited How does IntelliJ decide what bytecode (classes) to use when running a maven app?
AnsweredI was writing this up and then realized others on StackOverflow might know the answer or benefit from the answer when it is given, so I posted this question on SO (StackOverflow) https://stackoverf... -
Created Configure IntelliJ to compile Java files in a non-Java project
AnsweredI have a catch all git repo that has code snippets from many technologies. Javascript, Java, SpringBoot, Groovy, PHP, CSS, Bash, WSH. One of the directories contains a java file I'd like to compil... -
Edited IntelliJ gets errors when trying to download artifacts from NEXUS repo (sometimes)
AnsweredAny ideas on why the following error happens? If I see a red underline for an JAR that didn't download, I search in my maven repo to see if the file exists and I find that an error occurred when tr... -
Created How do I tell IntelliJ to ignore build.gradle files under node_modules?
AnsweredI'm a full stack developer and have a IntelliJ project with both Java and React/Javascript in it. IntelliJ is trying to process a build.gradle file that is under node_modules and failing. It keeps ... -
Edited Advise for creating IntelliJ projects when dealing with multiple languages
AnsweredDoes IntelliJ support opening up a top level directory that has multiple source code repos under it? Is there anything special I can or should do to make IntelliJ know that I'm doing that? (Q) If ... -
Created Can I use same GITHUB repo for IntelliJ and WebStorm?
AnsweredI've been using IntelliJ "File | Settings Repository..." feature to store settings so I can easily add key binding one day and the next pick the changes up when I use another host. I also use Webst...