One of these things that happen in the worst possible moment...
If you want to use the nice and simple Geany IDE under Windows, I'd recommend you to install all the programming languages before you install Geany.
In my case, installing Java and then Geany didn't work at all. Geany wasn't able to compile or execute my Java code. Even after uninstalling and reinstalling both Geany and Java in all possible combinations.
Hope this warning will help someone out there.
Note: Newer versions of Geany have been released, they may have overcome this problem, but I still install Geany after JDK (Java Development Kit) to avoid issues.
Mostly Computer Science-related topics and resources, especially Linux and education (IB, IGCSE).
Sunday, 4 September 2011
Ubuntu 11.10 Beta
I'm curious, so I downloaded Ubuntu 11.10 Beta and tested the live CD.
What I can tell you is that Unity keeps getting better (I'm not a big fan, though, I prefer the good old Gnome, xfce and lxde), the interface looks more polished, and improved.
Ubuntu Classic is gone, though. That's what I didn't like. So we'd have to install another desktop if we wanted options. From the terminal (or Synaptic, which isn't on the live CD either, so you'd have to install it, too) try:
What I can tell you is that Unity keeps getting better (I'm not a big fan, though, I prefer the good old Gnome, xfce and lxde), the interface looks more polished, and improved.
Ubuntu Classic is gone, though. That's what I didn't like. So we'd have to install another desktop if we wanted options. From the terminal (or Synaptic, which isn't on the live CD either, so you'd have to install it, too) try:
sudo apt-get install lxdeOf course lxde there could be replaced by xfce or gnome, lubuntu-desktop, xubuntu-desktop.
Subscribe to:
Posts (Atom)
Optimise Windows 10/11
How to optimise your Windows setup Just in case you need it. If you want a safe and conservative approach, just disable the background apps ...
-
Lenovo Ideapad S10-3 If you have a Lenovo Ideapad S10-3 (depicted above), and you want to test or install shiny new Ubuntu 10.10 on it,...
-
This brief post shows how to create a bi-dimentional array and describe it using IB pseudocode. It isn't stated in the IB Pseudocode in ...
-
In order to program in Java, you may want to follow the instructions and videos that I have prepared. They are simle and straightforward, an...