Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
This is caused by a difference between the JDK’s you’re using to run JBoss inside and outside of Eclipse. Older 1.3.1 JDK’s had this behavior of popping up windows during compilation. You should be able to remove the issue by running on JDK 1.4.1+. Please verify what versions you’re using in each launch instance.
Externally I am using the same JDK as I do within Eclipse. Sun JDK 1.3.1_07.
What I have tested is that starting JBoss externally with javaw (which is what the MyEclipseIDE uses) I do not get the popups. I aso don’t get any standard out.
When I switch to run JBoss with Sun JDK 1.4.1_02 inside eclipse I do not get the popups and I do get standard output.
I guess I can just switch to 1.4.1. Is there a way to change the plugin to use java instead of javaw?
I guess I can just switch to 1.4.1. Is there a way to change the plugin to use java instead of javaw?
Unfortunately not. Our launcher always uses the default for the JDK which is javaw since this is appropriate for server launches (except in this case :-). Using JDK 1.4.1 will also allow you to take advantage of HotSwap debugging, so just based on that it is well worth the upgrade.