Re: java-package conflicts with eclipse?

2004-11-27 Thread Jonathan Brandmeyer
On Wed, 2004-11-24 at 23:59 +0100, [EMAIL PROTECTED] wrote: > Jonathan Brandmeyer wrote: > > I recently discovered java-package, and used it to build a local JRE > > package from Sun's j2re 1.4.2_06. After installing it, Eclipse > > consistently crashes whenever I t

java-package conflicts with eclipse?

2004-11-24 Thread Jonathan Brandmeyer
I recently discovered java-package, and used it to build a local JRE package from Sun's j2re 1.4.2_06. After installing it, Eclipse consistently crashes whenever I try to save any file. If I remove the Debian-generated package and use Sun package alone, Eclipse is fine. Has anyone experienced an

Re: java newbie: gcj can't find its own jars?

2003-05-20 Thread Jonathan Brandmeyer
On Tue, 2003-05-20 at 17:04, Ivo Danihelka wrote: > It's interesting that both javac and jikes compile it successfuly. >From the Sun public specifications, section 7.5.2: http://java.sun.com/docs/books/jls/second_edition/html/packages.doc.html It is not a compile-time error to name the current pa

Re: java newbie: gcj can't find its own jars?

2003-05-20 Thread Jonathan Brandmeyer
On Tue, 2003-05-20 at 17:04, Ivo Danihelka wrote: > java.lang.Math is not package, it is just class. > Comment the line "import java.lang.Math.*;" > > It's interesting that both javac and jikes compile it successfuly. The case came from some tutorial code that I inherited. After reading up on th

java newbie: gcj can't find its own jars?

2003-05-20 Thread Jonathan Brandmeyer
What extra configuration is needed for gcj-3.3 to work? I have a fresh installation of it, but it can't access its own jar and lib for the standard packages. They are on the CLASSPATH, as shown by the -v output below. I'm running Sid. Thanks, Jonathan ex.: - import java.lang.Math.*; publi