Molitor, Stephen writes: > For what it's worth, I have the same problem with Semantic 1.4 beta 12. >
This is an unfortunate infinite loop bug in the JDE's algorithm for determining the version of the JDK to be used to launch the beanshell. If you do not specify the version to be used, either via jde-jdk-registry or the environment variable JAVA_VERSION, the JDE tries to use the Beanshell to get the version. This leads to an infinite regression. It looks like I will have to amend the algorithm perhaps to to start a vm specially to get the version. - Paul
