Posts

Showing posts from June, 2010

JDeveloper Flickering Issue

Ok, I have to admit that I am trying to shift my JAVA development to JDeveloper, though natively I am an Eclipse user. I found some issues in the JDeveloper, thought better to report them to you since I am unaware of any fix/issue/bug tracking system. In JDeveloper if you have the Application Navigator opened, and you just expand and collapse the > Projects, it flickers alot. I switched to Classic theme. This is propotional to the items within the project. The more the number of items, the more the flickering is.  I am using Ubuntu 10.04 LTS, Running on Lenovo X200. Anti-aliasing Not able to deleted in a newly created java file in a newly create java project

Imote2 with Camera setup IMB400 over Ubuntu 9.10/10.04

Imote2 Camera driver for TinyOS is available in contribution directory of  TinyOS 2.x . It goes by the name of  tinyos-2.x-contrib . Its location within is  tinyos-2.x-contrib/intelmote2/apps I am assuming that you have tinyos-2.1.1 installed, this is required to have Camera Driver build. If you dont have it installed... than better have it done by invoking: apt-get install tinyos-2.1.1 From here on to get the driver working,  the procedure is as follows: Browse to opt directory. cd /opt The recommended way to get the source of tinyos-2.x and tinyos-2.x-contribis is through CVS. echo "Getting TinyOS 2.x and TinyOS 2.x-contrib from CVS" echo "Press enter when asked for password." cvs -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos login cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P tinyos-2.x cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P tinyos-2.x-contrib --OR--  echo "