Just in case if anyone is still facing this problem, a fix is posted
at:

http://www.netbeans.org/issues/show_bug.cgi?id=146119

In Applications/NetBeans/NetBeans 6.5.app/Contents/Resources/NetBeans/
platform9/lib/nbexec
change
eval ${_NB_PROFILE_CMD} "\"${jdkhome}/bin/java\""
-Djdk.home="\"${jdkhome}\"" -classpath "\"$cp\"" \
         $jargs org.netbeans.Main "$args" '&'

change it to:

ARCH_CMD="/usr/bin/arch -i386";
eval ${ARCH_CMD} ${_NB_PROFILE_CMD} "\"${jdkhome}/bin/java\""
-Djdk.home="\"${jdkhome}\"" -classpath "\"$cp\"" \
         $jargs org.netbeans.Main "$args" '&'


On Oct 12, 6:11 pm, ranjith <[EMAIL PROTECTED]> wrote:
> Interesting..! this seems to be something with java per
>
> http://lists.apple.com/archives/java-dev/2008/Sep/msg00012.html
>
> At least someone else is also getting the same errors
>
> On Sep 29, 1:20 pm, "Josh Juneau" <[EMAIL PROTECTED]> wrote:
>
> > Sorry that you are unable to runNetbeans, I wish that I could help
> > you out.  You may want to try thenetbeansmailing list as someone
> > there may be able to assist you further.
>
> > Best to you.
>
> > Josh Juneau
> > [EMAIL 
> > PROTECTED]://jj-blogger.blogspot.comhttp://www.gathereventplanning.com
> > Twitter ID:  javajuneau
>
> > On Mon, Sep 29, 2008 at 10:18 AM, ranjith <[EMAIL PROTECTED]> wrote:
>
> > > I had .netbeansdirectory created when I rannetbeanswith "sudo".
> > > I removed all .netbeans* under my home directory.
>
> > > Thanks for your responses.
>
> > > -RC
>
> > > On Sep 28, 10:19 pm, "Josh Juneau" <[EMAIL PROTECTED]> wrote:
> > >> Sorry to hear about yourNetbeansissues.  Did you ever have a
> > >> .netbeansdirectory?  Netbeansshould automatically generate your
> > >> .netbeansuser directory when you fire it up.  Therefore, if you erase
> > >> the .netbeansdirectory then it should be re-created by the IDE the
> > >> next time you start it.
>
> > >> Josh Juneau
> > >> [EMAIL 
> > >> PROTECTED]://jj-blogger.blogspot.comhttp://www.gathereventplanning.com
> > >> Twitter ID:  javajuneau
>
> > >> On Sun, Sep 28, 2008 at 9:03 PM, ranjith <[EMAIL PROTECTED]> wrote:
>
> > >> > Yes. I have no .netbeas directory anywhere right now.
> > >> > but still,Netbeanscrashes.
>
> > >> > Right now, I havenetbeanszip extracted (downloaded, saved, and
> > >> > extracted as default user)
> > >> > If i try to run thenetbeansscript, it crashes.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javaposse@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to