You are not logged in.
Pages: 1
I installed eclipse, cdt, jre and jdk.
When I wanted to start eclipse it said it couldn't find jdk and something about a PATH that needed to be set.
Sorry that i cant be more specific, but i am at work atm.
Offline
Just log out and log back in. The classpath and path to java will be set from now on when you log in.
Offline
Why do you install jdk and jre? I always thought that jre is included in jdk....
Offline
JDK depends on JRE.
Offline
ah ok... did not know that
Offline
Why do you install jdk and jre? I always thought that jre is included in jdk....
That's the case with the jre and jdk that you get directly from sun.
But the jdk PKGBUILD removes the jre part, so the resulting jdk package depends on jre.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Pages: 1