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 *

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

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

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

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

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 classes