They've filed it as bug #16813.
> On Mon, 22 Oct 2001, [EMAIL PROTECTED] wrote:
>
>> Trung Duc Tran wrote:
>
>>> [snip]
>>> In short if the user runs the IDE on jdk 1.2 or 1.3 we activate the old
>>> NbFocusManager, otherwise (it means the user is using jdk 1.4 or later)
>>> we use the new cod
Juergen Kreileder wrote:
> java.vm.version starts with 1.3 on Sun's and IBM's VMs but our VM has
> "Blackdown-1.3.1-FCS". So jdk12or13 is false on our VM and NetBeans
> tries to load a class which is new in J2SE v1.4.
>
> I think the test is broken, it should look at "java.version" and not
> at
On Sat, Oct 20, 2001 at 09:30:44PM +0200, Juergen Kreileder wrote:
> jdk12or13 is defined as:
>
> ,[ NbFocusManager.java ]
> | private static boolean jdk12or13 =
> | System.getProperty ("java.vm.version").startsWith ("1.2") // NOI18N
> | || System.getProperty ("java.vm.version
Glenn Holmer <[EMAIL PROTECTED]> writes:
> Starting the 10/12 Q-Build of NetBeans 3.3 (first beta is next week)
> under Blackdown 1.3.0 or 1.3.1 JVM throws, and the main window never
> opens. The Sun and IBM JVMs work fine. Any ideas?
> > Sat Oct 20 10:22:53 CDT 2001: java.lang.NoClassDefFou
On Sat, Oct 20, 2001 at 10:35:11AM -0500, Glenn Holmer wrote:
> Starting the 10/12 Q-Build of NetBeans 3.3 (first beta is next week)
> under Blackdown 1.3.0 or 1.3.1 JVM throws, and the main window never
> opens. The Sun and IBM JVMs work fine. Any ideas? You can get the
> binary at this site: