Remember there are 3 cases where the version of Java comes into play.
1) Under which version of Java are you running Netbeans (probably doesn't bear on your problem)
2) Under which version of Java are you compiling your applications.
3) Under which version of Java are you running your applications.
Josh
From: David Nedrow <
dnedrow@...>
To:
nbusers@...
Date: Thu, 8 May 2008 15:42:32 -0400
Subject: Re: [nbusers] Apple OSX Leopard, Netbeans 6, cannot create new java class
On May 8, 2008, at 6:21 AM, Nicola Maggi wrote:
Anyway I'm looking for some kind of workaround.
here's my configuration:
Product Version: NetBeans IDE 6.0.1 (Build 200801291616)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.2 running on i386; MacRoman; it_IT (nb)
Userdir: /Users/nick2k3/.netbeans/6.0
Well, it's not a Java 6 issue, since NB is running under JDK 1.5 (assuming the above is correct).
Maybe the AppleScript extension, but I run fine with it in place.
I do however have one major file create/delete hang'ing issue that I tracked down to an old Wicket plugin. Installing the updated plugin corrected the hang.
-David