Eclipse problems

2003-12-03 Thread Mariano García
Hi all, I have reinstall eclipse, and I am getting some errors. Eclipse says me that it crashs, and this is the log error: !SESSION -- !ENTRY org.eclipse.core.launcher 4 0 dic 03, 2003 13:23:47.42 !MESSAGE Exception launching the

Re: Trouble with VM?

2003-12-03 Thread José Fonseca
Brian, On Sat, 29 Nov 2003 17:16:20 -0700, Brian Gonzales wrote: > Installed a copy of j2se-common, j2sdk1.4 & j2re1.4 that I downloaded > from: http://jrfonseca.dyndns.org/debian/. It installed with no > problems. I wrote a simple HelloWorld.java that works, but when I access > the JVM test page

Re: Trouble with VM?

2003-12-03 Thread Dalibor Topic
Hi Jose, José Fonseca wrote: PS: It's so sad that Java can't be included in standard Debian... :-( You can help improve the quality of the free java runtimes included in debian by lending a hand to the various free java runtime efforts out there (kaffe, sablevm, gcj, ...) , if you meet certain

Re: Free Java (Was: Trouble with VM?)

2003-12-03 Thread Dalibor Topic
Hi Jose, José Fonseca wrote: But supposing I want to help one of the honorable efforts you mention above, just by testing it and submiting the bug-reports (or even take a stab at it myself), exactly which of those (kaffe, sablevm, gcj, ...) should I try to use? This is a question I had asked myse

Eclipse keeps crashing

2003-12-03 Thread Jan Tvorup
Hi, I'm attempting to run eclipse, but it keeps crashing after the Splash Screen is shown (which is sometimes twice) eclipse has been installed using apt-get and the following packages are installed: eclipse-platform (2.1.1-7) eclipse-javac (2.1.1-7) reinstallations (and clean-ups - automatic

Free Java (Was: Trouble with VM?)

2003-12-03 Thread José Fonseca
On Wed, Dec 03, 2003 at 05:25:35PM +0100, Dalibor Topic wrote: > Hi Jose, > > José Fonseca wrote: > > > > >PS: It's so sad that Java can't be included in standard Debian... :-( > > You can help improve the quality of the free java runtimes included in > debian by lending a hand to the various f

Re: Trouble with VM?

2003-12-03 Thread Brian Gonzales
On Wed, 2003-12-03 at 09:03, José Fonseca wrote: > Brian, > > On Sat, 29 Nov 2003 17:16:20 -0700, Brian Gonzales wrote: > > Installed a copy of j2se-common, j2sdk1.4 & j2re1.4 that I downloaded > > from: http://jrfonseca.dyndns.org/debian/. It installed with no > > problems. I wrote a simple Hello

Re: Free Java (Was: Trouble with VM?)

2003-12-03 Thread Etienne Gagnon
José Fonseca wrote: I know that competition is natural (and quite often favorable) in open-source. But I can't help thinking I may be backing the wrong horse, and my time spent on it be in vain. The different Free jvm's have different goals and constraints. I will describe my view of 3 jvm's I kno

Re: Eclipse keeps crashing

2003-12-03 Thread Jan Schulz
Hallo Jan, * Jan Tvorup wrote: >I'm attempting to run eclipse, but it keeps crashing after the Splash >Screen is shown (which is sometimes twice) The two times isn't a problem. The below stack traces are :( I haen'T seen them so far, but it seems that some classes are missing. >eclipse has been

Re: Eclipse problems

2003-12-03 Thread Jan Schulz
Hallo Mariano, * Mariano García wrote: >java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Control >why does eclipse crash now??? It doesn't find the SWT implementation. Please compare what your * $HOME/.eclipse/eclipsrc -> WS="..." * update-alternatives --display libswt2.1-java says and

Re: Eclipse crash

2003-12-03 Thread Jan Schulz
Hallo Bear, * Bear Giles wrote: >I can't help you because eclipse is crashing every time I run it - >I get a "NoClassDefFoundError: org/eclipse/swt/widgets/Control" >thrown. I'm not sure what to make of this since I have >libswt2.1-motif-java installed. $HOME/.eclipse/eclipsrc -> s/gtk/motif/

Re: Free Java (Was: Trouble with VM?)

2003-12-03 Thread Per Bothner
My equally biased response ... Etienne Gagnon wrote: GCJ is mainly a GCC extension, targeting static compilation of Java to native code and/or bytecode. GCJ aims to be a complete full-featured Free Java implementation. It includes a minimal, but incomplete interpreter (gij). Gij may have bugs, a