Community
Participate
Working Groups
execution in a specific class, execution will still suspend when the user preference
to suspend on uncaught exceptions is on. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=66770">66770</a>)</p>
<h4>Debugger cannot connect when Eclipse runs on IBM JRE 5.0</h4>
<p>When Eclipse is running on IBM JRE 5.0, the debugger cannot connect to other
VMs for the purpose of debugging. The IBM JRE 5.0 prepends its bin directory
to the system path such that the other VMs do not find their required compatible
libraries required for debugging. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=128605">128605</a>)
</p>
<h4>Running Java programs with non-Latin-1 characters in package or class names</h4>
You get a <code>java.lang.NoClassDefFoundError</code> when running Java
programs with non-Latin characters in the package or class names. The workaround