Browse thread
OcaIDE: a new Eclipse plug-in for O'Caml
-
Jon Harrop
- Christophe Raffalli
- Roland Kaufmann
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Christophe Raffalli <Christophe.Raffalli@u...> |
| Subject: | Re: [Caml-list] OcaIDE: a new Eclipse plug-in for O'Caml |
Jon Harrop a écrit : > This was sounding quite nice and I've been meaning to try Eclipse and Scala. > However, I just managed to get the necessary software installed under Debian > Linux and am finding it to be extremely unstable. I'm seeing null pointer > exceptions and lots of hanging. > > One point of particular concern is the startup message: > > searching for compatible vm... > testing /usr/lib/jvm/java-gcj...found > > which implies that Eclipse has chosen to run using the GNU Java clone rather > than the real thing (which is installed). > > Has anyone else here found Eclipse to be usable? > > As said in some post previously, you need sun-java (6 preferably) and start eclipse with -vm to tell him the java path. Christophe