Markus Näher

- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Created Java17 / Tomcat: Hot swap failed ... but I didn't change class structure
AnsweredI recently modernized a project and switched from JDK 8 to 17. Although I'm not sure if this is really the root cause, as I didn't use Hot Swap for quite a while.Now, I'm getting Hot Swap failedTom... -
Edited How can I make sure my Android app starts on a specific device (or not at all)
AnsweredI'm currently developing an app for a tablet. The customer even sent me one of his tablets having some Android customizations, VPN setup, ... As long as the tablet is the only connected device, eve... -
Created Type "Android SQLIte" gone from "Database" tool window "+" action
AnsweredAccording to https://www.jetbrains.com/help/idea/accessing-android-sqllite-databases-from-product.html there should be a type "Android SQLite" when I click on the "+" icon. But I can't find it anym... -
Created jsf includeable fragment with parameter: how do I make Intellij know the object type?
AnsweredI'm working on a JSF project, using .xhtml files. Now, I extracted a part of one .xhtml file into an includeable fragment, specifying the object as parameter. The include statement looks similar to... -
Created After Laptop sleep/resume, Ctrl-Z and Ctrl-Y are swapped until IDEA restart
AnsweredI'm using IDEA, CLion, WebStorm, and PyCharm (mostly IDEA) on Arch Linux with XFCE desktop and german keyboard layout (QWERTZ). I recently noticed that after sleep and resume, Ctrl-Z and Ctrl-Y are... -
Created Tomcat run configuraton does not start - how to troubleshoot ?
AnsweredHi, I have transferred my project from my PC to my Laptop. On both computers, I have IDEA Ultimate 2021.2 installed. Both are running on Arch Linux. On the PC, everything runs fine, but on the Lapt... -
Created Can I disable opening/closing files on branch switch ?
AnsweredI'm often working with temporary branches for experimental stuff. And I often rebase them and of course there are lots of branch switches between them and my current development main branch. Althou... -
Created How can I run Tomcat with profiler ?
AnsweredI've set up the CPU profiler, and it works with applications (those having a main). So my general setup is probably correct. But for my "tomcat" run configurations, the profiler is unavailable. In ... -
Created Firefox AddOn (webextension): need advice for Project / IDE config, maybe plugins or support libs
Hi, I'm working on a project for a Firefox AddOn using the webextension technology. As I started with existing sources, I used "Project" -> "New Project from existing sources" for setting up the pr...