Hi,
for me: 6.5, 6.7, and 6.8 works fine on Mac.
Perhaps there might be problem related to jdk you use. Could you please
try to install standard jdk distribution?
Anyway, could you please send me messages.log (located in
<netbeans_user_directory>/var/log) privately?
Thanks,
-Peter
shang1 wrote:
> netbeans version - 6.5
>
> java version - OpenJDK Runtime Environment (IcedTea6 1.6) (suse-5.9.3-i386)
>
> OpenJDK Server VM (build 14.0-b16, mixed mode)
>
> OS - opensuse 11.2
>
>
>
> Example source:
>
>
> Code:
>
>
> public class Eg {
>
>
>
> ArrayList<String> s = new ArrayList<String>();
>
> String name;
>
>
>
> public Eg(String n, Date d){
>
> this.name = n;
>
> }
>
>
>
> }
>
>
>
>
>
>
>
> When I click on the red bulb on the arraylist line, (yellow does not show up), the only option is:
>
> 'Create class ArrayList in ..'
>
>
>
> There is no import option, which is a feature I loved and now miss.'
>
>
>
>
>