2562961224

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
-
2562961224 created a post, How to run shell script in the plugin
I have a need to run a shell script in the plugin , and I write the code like public class ScriptRunner { public static void run(String script){ try { Process process = Runtime... -
-
2562961224 created a post, ClassNotFoundException in plugin development
I got started a idea development with Gradle as it says I created the plugin with following dependencies compile group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.3' ...