How to use java Runtime to finish these commads?
i’m trying to develop Intellij IDEA Plugin. Now, i have a problem: this plugin allow user to input some commands to run,such as: mvn clean install cd ./subdir mvn clean insall for easy to use, i don’t...
View ArticleGradle Project Dependencies not being found
Trying to build Java gwt Gradle multiproject in eclipse But cannot get a reference of project 2 into project 3 Any suggestion greatly appreciated. Structure 3 projects Project 1 TmsRoot (master...
View Articlemaven shade plugin custom transformer
Given maven shade plugin resource transformers, how can we create custom ones? I’ve tried adding the shade plugin to my pom: <dependency> <groupId>org.apache.maven.plugins</groupId>...
View ArticleJava Nashorn – ClassNotFoundException – Java.type()
I am currently creating a plugin for the Bukkit-Server, but i have a problem using the Nashorn scripting engine. I am evaluating the external javascript file from my Java-Plugin. I cant get my...
View ArticleIntellij "Can’t resolve symbol _2" while using scala tuples
After installing scala plugin on intellij I began to have these kind of errors with ‘Can’t resolve symbol’ message. I can see it after using scala tuples inside my java code. These errors don’t prevent...
View ArticleGradle task "compilePaidDebugJavaWithJavac" fails in Android Studio
I’ve recently upgraded to Android Studio 2.0 Preview and I’m having this issue. When I try and build my project from within Studio I will always get this error from Gradle Execution failed for task...
View ArticleSave data associated with module for IntelliJ plugin
I’m developing a plugin for IntelliJ-IDEA. My plugin is a synchronization plugin which requires an ID for the data that it’s synchronizing. Right now, whenever a user either pushes or pulls data from...
View Articlejavax.servlet.ServletException error
I am trying to run a spring project on spring tool suite an getting this error SEVERE: Error during ServletContainerInitializer processing javax.servlet.ServletException: Failed to instantiate...
View Article[c# winforms/console]: How to check if the HWID[string] exits on a database
I got a plugin for a gamehack programmed and want it to be a paid plugin, so i need a check for a license somehow. My thought was to avoid license sharing, im checking if the HWID of a user exists on a...
View ArticleAllow HotSwap with JRebel in IntellJ and Gradle
I want to use live coding/ HotSwap in my bukkit plugin. I installed JRebel(using IntellJ Plugin) and configured it(licence and co) Then I changed my gradle build.gradle to work with JRebel. After that...
View Article