Tuesday, 22 February 2011

Eclipse change required after Ubuntu upgraded the JRE

Did yet another update for Ubuntu 10.04. It installed JRE 1.6 when earlier had JRE 1.5

As a result Eclipse could not find the required JRE system library. As a result the project gave compilation errors "import java.util.*" cannot be resolved etc.

Eclipse picks up these libraries from the installed JREs. This can be changed from the Project (right click)--> Properties --> Libraries .

So removed the flagged library and added the JRE system library from the installed JRE.

Monday, 31 January 2011

State of internet 2010

Windows7 theme wallpapers on Ubuntu.

1. Windows 7 compresses its themes in a compression other than .zip/.rar etc. Windows 7 themes can be downloaded from

2. Download the theme. The filename will be *.themepack

3. Install 7zip - Go to Ubuntu Software centre >> Accessories >> look for 7zip and install.

4. 7zip can be invoked using 7za/7z.

5. $7za e
will unzip the themepack in the folder specified.

6. Use to have windows7 theme wallpapers on ubuntu.