RoinujNosde
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Unable to autodetect 'javac' path, using 'javac' from the environment
AnsweredHello, I'm experiencing this error when trying to build a specific maven project: "Unable to autodetect 'javac' path, using 'javac' from the environment" Any idea on how to fix it? -
Edited Extending ImplicitPropertyUsageProvider on a plugin crashes the IDE
AnsweredHello, This is my first attempt on making an Intellij plugin. Its goal is to search in all java files in a project for properties strings and to mark them as used. Idea already does something like ...