Archive

Posts Tagged ‘Java’

Access Outlook with Java

November 18th, 2007

Few connectors, someone may want look at:

etc , ,

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 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 , , , ,