Big problem with devKit
Hi,
I try to create the simplest possible plugin and run it within IDEA.
But everything I get is the following:
/local/schneide/IntelliJIdea/idea-3290/jre/bin/java -Xbootclasspath/p:/local/schneide/IntelliJIdea/idea-3290/lib/boot.jar -Didea.config.path=/tmp/sandbox/config -Didea.system.path=/tmp/sandbox/system -Didea.plugins.path=/tmp/sandbox/plugins -Didea.launcher.port=7533 -Didea.launcher.bin.path=/local/schneide/IntelliJIdea/idea-3290/bin -Dfile.encoding=UTF-8 -classpath /local/schneide/IntelliJIdea/idea-3290/lib/idea.jar:/local/schneide/IntelliJIdea/idea-3290/lib/extensions.jar:/local/schneide/IntelliJIdea/idea-3290/lib/openapi.jar:/local/schneide/IntelliJIdea/idea-3290/lib/log4j.jar:/local/schneide/IntelliJIdea/idea-3290/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain com.intellij.idea.Main
Exception in thread "main" java.lang.NoClassDefFoundError:
I used 3290/3281 - but always the same thing... Any ideas?
Running the printed command line from console works as espected.
Please sign in to leave a comment.
Fixed. Thanks.
"Johannes Schneider" <idea@johannes-schneider.info> wrote in message
news:25359437.1113313077549.JavaMail.itn@is.intellij.net...
>
>
>
local/schneide/IntelliJIdea/idea-3290/jre/bin/java -Xbootclasspath/p:/local
/schneide/IntelliJIdea/idea-3290/lib/boot.jar -Didea.config.path=/tmp/sandbo
x/config -Didea.system.path=/tmp/sandbox/system -Didea.plugins.path=/tmp/san
dbox/plugins -Didea.launcher.port=7533 -Didea.launcher.bin.path=/local/schne
ide/IntelliJIdea/idea-3290/bin -Dfile.encoding=UTF-8 -classpath
/local/schneide/IntelliJIdea/idea-3290/lib/idea.jar:/local/schneide/IntelliJ
Idea/idea-3290/lib/extensions.jar:/local/schneide/IntelliJIdea/idea-3290/lib
/openapi.jar:/local/schneide/IntelliJIdea/idea-3290/lib/log4j.jar:/local/sch
neide/IntelliJIdea/idea-3290/lib/idea_rt.jar
com.intellij.rt.execution.application.AppMain com.intellij.idea.Main
>
>
>
When will a new version with that fix be available? I need it - and I need it now ;).