JsChilicat icon indicating copy to clipboard operation
JsChilicat copied to clipboard

Unable to run intelliJ plugin

Open crisu83 opened this issue 12 years ago • 3 comments

Hello,

I cannot run the plugin on PHPStorm, I tried version 2, 3 and 4. In all of the version I got the same error:

15:48:15 NoClassDefFoundError: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(419,63),absolute(411,55),button=1,modifiers=Button1,clickCount=1] on frame0: com/intellij/execution/configurations/JavaCommandLineState

crisu83 avatar Mar 02 '12 13:03 crisu83

Hi Christoffer,

I have never tried JsChilicat with PHPStorm. The target platform is Intellij. The plugin should not be available in the repository for PHP Storm.

Sorry for the inconvenience.

best regards, Daniel

On Fri, Mar 2, 2012 at 2:53 PM, Christoffer Niska [email protected] wrote:

Hello,

I cannot run the plugin on PHPStorm, I tried version 2, 3 and 4. In all of the version I got the same error:

15:48:15 NoClassDefFoundError: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(419,63),absolute(411,55),button=1,modifiers=Button1,clickCount=1] on frame0: com/intellij/execution/configurations/JavaCommandLineState


Reply to this email directly or view it on GitHub: https://github.com/chilicat/JsChilicat/issues/10

chilicat avatar Mar 02 '12 14:03 chilicat

I suspect that the problem is that there is no JUnit plugin for PHPStorm. Too bad, JsChilicat would have met all my needs. Oh well, then I'll just run Dojo Objective Harness with NodeJS.

Thanks for the quick reply.

-Chris

crisu83 avatar Mar 02 '12 15:03 crisu83

I think the problem is that JsChilicat needs a configured JDK instance, WebStorm and PHPStorm doesn't support this feature.

I did some node js development myself and I really liked the mocha (http://visionmedia.github.com/mocha/) test framework.

What I find interesting is that the newest version does also support code coverage, I havn't tried it so far, but it sounds promising

good luck :) Daniel

On Fri, Mar 2, 2012 at 4:54 PM, Christoffer Niska [email protected] wrote:

I suspect that the problem is that there is no JUnit plugin for PHPStorm. Too bad, JsChilicat would have met all my needs. Oh well, then I'll just run Dojo Objective Harness with NodeJS.

Thanks for the quick reply.

-Chris


Reply to this email directly or view it on GitHub: https://github.com/chilicat/JsChilicat/issues/10#issuecomment-4288199

chilicat avatar Mar 02 '12 16:03 chilicat