BlueJ on openSUSE 12.1 doesn't open any projects

I’ve installed everything necessary with yast2, bluej starts without any problems. When i try to open an existent project or create a new one nothing happens, i can’t even access “preferences” in the menu, it just doesn’t pop up. There is no error message in the console…
Anyone an idea?

micha@linux-uo3q:~> bluej -version
BlueJ version 3.0.6 (Java version 1.5.0)
--
virtual machine: GNU libgcj 4.6.2 (Free Software Foundation, Inc.)
running on: Linux 3.1.0-1.2-desktop (x86_64)

Take a look at here[1]. I think you need to install Java JDK.

Regards,

Gilberto

[1] BlueJ - System Requirements

Hey,

java-1_6_0-openjdk is installed. Is it the same?

Am 16.01.2012 15:56, schrieb loopyhillbilly:
>
> Hey,
>
> java-1_6_0-openjdk is installed. Is it the same?
>
>
The naming convention here is a bit weird java-1_6_0-openjdk contains
only the jre part, to have the full jdk you need to install:
java-1_6_0-openjdk-devel


PC: oS 11.4 (dual boot 12.1) 64 bit | Intel Core i7-2600@3.40GHz | KDE
4.6.0 | GeForce GT 420 | 16GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.7.4 |
nVidia ION | 3GB Ram

Yay, thanks a lot Martin. It fixed the problem!