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
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:
On Fri, Oct 12, 2001 at 03:08:46PM +0200, Raphael Mack wrote:
> Hello,
>
> is there a possibility to find out where a method has been called?
> Something like the information given by an exception.
In the method add a call to Thread.dumpStack(); and you'll see the
calling stack.
regards,
--
S
On Tue, Jul 24, 2001 at 06:25:31PM -0700, brEezE wrote:
> Hi all,
Hi,
> When I run NetBeans using Blackdown's JDK 1.3.x under
> KDE2, all the mouse clicks are treated as right-click!
> Does anyone know what is wrong and how to fix it?
>
> I am running Mandrake 8.0
I remember this bug was repor
On Tue, Jul 24, 2001 at 09:05:31PM -0500, Jonathan Daugherty wrote:
> I'm getting a Sig 11 and my x server crashes whenever I try running j3d apps.
> Please help!
You are probably facing a bug in NVidia OpenGL lib, please contact
NVidia support as they are really aware of the known bugs on their
On Thu, Jul 12, 2001 at 11:57:59AM -0500, Larry wrote:
> I was wondering if anyone knew which version of swing is used in
> Blackdown's 1.3.1 JDK?
The swing package has been integrated in standard Java API
(javax.swing.*) since version 1.2 of the JDK...
regards,
--
Sylvain.
--