RoinujNosde
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
RoinujNosde commented, -
RoinujNosde created a post, AnsweredUnable to autodetect 'javac' path, using 'javac' from the environment
Hello, 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? -
-
RoinujNosde commented, -
RoinujNosde commented, -
-
-
RoinujNosde created a post, AnsweredExtending ImplicitPropertyUsageProvider on a plugin crashes the IDE
Hello, 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 ...