Archive

Posts Tagged ‘Netbeans’

Netbeans goes to Ruby too

June 29th, 2007

ruby logo

IDE expands its abilities on too. So far, you can find a lot of information concerning ’s workability at Wiki’s Recent Changes page. For those, who wants to give a shoot, I’d say ’s worth of trying. Daily changes in the Project can be found on the official blog of Tor Norbye.

Gadgets , , ,

Netbeans 5.5 with Beryl on Ubuntu

May 20th, 2007

Since uses a typical Interface, using Beryl becomes a bit confusing, because you’ll see only a blank window!

This can be solved in two ways:

  1. Switch off Beryl Window Manager
  2. Or run:
    nano etc/environment

    and add this line:

    AWT_TOOLKIT=”Mtoolkit”

etc , , , ,

Netbeans UML module fix

May 8th, 2007

Good for 5.5 users - now the bug is fixed by the team of Modeler pack.

Thanks, guys, now there won’t be any headaches of transfering

For those who need integrated in their IDE, there are two solutions:

  1. Wait for the final release of 6.0 (most of essential modules go out the box)
  2. Start - > Tools ->Module Manager -> Update.. ->Chose - Enjoy developing with !

FIT, etc , , , , ,

Netbeans dependencies bug

May 6th, 2007

Working on one of my projects, I had to create some diagrams, not only for submitting to the supervisors, but also for tracing the process of software , and analysis stages.

I was really amazed trying to install new UML Modeler Plug-in for NetBeans IDE and seeing a nice shiny window:

“You can install the packages, but you won’t activate them!”

Just because of some dependencies incompatibility, their official website offered you a partial product: “Watch, but don’t touch!”

Hopefully, the team decided to include some of those necessary plug-ins in the main part of NetBeans 6.0 version, so there would be no need of installing again. From now on, I’ll have to switch to ArgoUML to finish up the stuff and patiently waiting for bug fixes of module dependencies :)

Design, Gadgets , , , ,