View Single Post
  #3   (View Single Post)  
Old 13th October 2008
gistenjunge gistenjunge is offline
New User
 
Join Date: Oct 2008
Posts: 1
Default

Hello,

I installed eclipse 3.3 but when I launch it, it crashes. I searched a bit and it seems, eclipse doesn't work with the diablo jdk on freebsd 7.
The solution is to build a native jdk16, but I couldn't find how to build it.
If I go in the /usr/ports/java/jdk16 directory and do a 'make install clean' it always installs the diablo jdk16.

$> java -version
java version "1.6.0_07"
Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02)
Diablo Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode, sharing)

I also tried the linux-sun-jdk which installed without errors, but didn't work at all (I have the linux compatibility enabled).

If anyone has a solution, I'd appreciate it. I guess I simply need to add an option, but I'm new to freebsd and so far my search hasn't been successful.
Reply With Quote