Archive

Posts Tagged ‘development’

Application support for java developers in linux

March 17th, 2010 CertPal No comments

One of the things I hear often from someone wanting to try linux and leave windows is that they are afraid that they will no longer be able perform some of the things they used to do. That is so wrong. Be it from the perspective of a developer or a casual user linux offers a wide range of apps to suit your needs. Here is a table of things I used to do in windows that I can still do in linux

Application Windows Suse Linux – KDE desktop
Chat Gtalk, Skype Kopete / pidgin for gtalk

Skype is supported

Development Eclipse / myeclipse / Netbeans All of them have linux flavours
Screenshot Gadwin printscreen Ksnapshot
Browsing Chrome / Firefox / Opera They are all supported. Chrome support is getting better
SQL Client Squirrel SQL Supported. Java runs anywhere :)
Categories: java Tags: , , ,

Linux for java development

March 7th, 2010 CertPal 2 comments

I have been wanting to move to a linux based environment for java development for quite a while now. Many PROD servers I deploy to run on a linux distro. So testing configuration / code changes becomes easier when you have multiple DEV environments. I deploy to CentOS among other linux flavors. I have settled on the OpenĀ  Suse 11.2 desktop. Here are some things I liked

  1. Open Suse managed to detect my Nvidia driver with Yast. I guess they teamed up with Nvidia to host a repository for linux drivers. I didnt have to download kernel sources or devels to enable dual monitor support (Which is otherwise required). Nice !
  2. PPP over internet setup was pretty easy. Kinternet and the Yast configuration settings together let me connect to the net with ease.
  3. Community support seems good. The Suse forums are alive and kicking.

Categories: java Tags: , , ,