On 11/25/05, Mark Derricutt <mark at talios.com> wrote: > Jonas, > > I see a key line here: > > [Loaded (pre-compiled) gnu.gcj.runtime.FileDeleter from <no code source>] > > You'll find for some reason your machine is running the gcj java environment > instead of > JDK 1.50_05 which you think you're running... > > You'll find a /usr/bin/java is getting in the way. Either update your > /etc/profile or ~/.bashrc > (or whereever you've added JDK5 to the path) to put that JDK -infront- of > /usr/bin. ...
Ah! I moved the jdk path to the beginning of the PATH variable, and it did the trick! Thank you very much! /jonas

