Re: Q: Classpath and Eclipse

2003-11-08 Thread Mark Wielaard
Hi, On Fri, Nov 07, 2003 at 12:21:14AM +0100, Patrik Reali wrote: > Has anybody already tried to import classpath under Eclipse? I tried to > create a project and import the files, but then Eclipse is far too > intelligent: > * gnu/java/lang classes are imported into package java.lang > * vm/refer

Re: Q: Classpath and Eclipse

2003-11-07 Thread Tom Tromey
> "Patrik" == Patrik Reali <[EMAIL PROTECTED]> writes: Patrik> Has anybody already tried to import classpath under Eclipse? FWIW, I wouldn't object to someone checking in an eclipse .project file (and other stuff) into classpath, provided it didn't rely on anything site-specific. Tom _

Re: Q: Classpath and Eclipse

2003-11-07 Thread Tom Tromey
> "David" == David P Grove <[EMAIL PROTECTED]> writes: David> One downside is that we haven't implemented JDWP in Jikes RVM David> yet, so you can't use the Eclipse debugger in this mode, but we David> all write bug free programs the first time, right ;-) This is a problem for gcj-eclipse, to

Re: Q: Classpath and Eclipse

2003-11-07 Thread David P Grove
Julian Dolby knows more about this (maybe he will jump in), but when you run eclipse on Jikes RVM we've written a plugin such that the classpath libraries are not only used by eclipse, but are also used by the applications you develop in eclipse (and Jikes RVM is used to execute them). So, you ca

Re: Q: Classpath and Eclipse

2003-11-07 Thread S. Meslin-Weber
Has anybody already tried to import classpath under Eclipse? I tried to create a project and import the files, but then Eclipse is far too intelligent: * gnu/java/lang classes are imported into package java.lang * vm/reference/java/lang classes are imported into package vm.java.lang Probably I'm ju

Re: Q: Classpath and Eclipse

2003-11-06 Thread Brian Jones
Patrik Reali <[EMAIL PROTECTED]> writes: > Hi! > > Has anybody already tried to import classpath under Eclipse? I tried to > create a project and import the files, but then Eclipse is far too > intelligent: > * gnu/java/lang classes are imported into package java.lang > * vm/reference/java/lang c

Q: Classpath and Eclipse

2003-11-06 Thread Patrik Reali
Hi! Has anybody already tried to import classpath under Eclipse? I tried to create a project and import the files, but then Eclipse is far too intelligent: * gnu/java/lang classes are imported into package java.lang * vm/reference/java/lang classes are imported into package vm.java.lang Probably