2007-06-17 15:47:19 UTC
Hi, ubuntu is cool
After you get ubuntu working, you need to install the Java compiler jdk, I do not think it is installed by default in ubuntu, you might already have the jre, you could test by trying to run the commands javac and java.
I am using java 1.6, if you are using an earlier version, you might need to recompile all the classes. What you could do is installed eclipse, it will work fine. What I have now is a few classes that will run external script to detect browsers installed and other script to start the browsers. This works in for me and it should work on most linux and unix computers, because I am using which command. I will start working on the Demo, but if it is possible that you could give me a design that I could follow. Like how should we organize our code. How to separate them into different classes. I could work fine now, it just I want to see if you have a better way other than the one I have in mind.
Fekri,