This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: -classpath switch patch
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>, java-patches at gcc dot gnu dot org
- Date: 25 Feb 2002 17:17:56 -0700
- Subject: Re: -classpath switch patch
- References: <3C70D730.4000604@jatak.com> <3C7142F0.6050003@bothner.com> <3C7169EE.4040903@waitaki.otago.ac.nz> <87664u1kfx.fsf_-_@tf1.tapsellferrier.co.uk> <3C7185DB.6040301@waitaki.otago.ac.nz> <3C718A7F.1060501@bothner.com> <873czy1gxg.fsf@tf1.tapsellferrier.co.uk> <15473.41698.385817.823287@makita.cygnus.com> <87r8niz2pp.fsf@tf1.tapsellferrier.co.uk> <3C71A5AF.2010608@waitaki.otago.ac.nz> <15473.43041.412371.618641@makita.cygnus.com> <87k7t8xmmb.fsf@tf1.tapsellferrier.co.uk> <87n0y4knnd.fsf@creche.redhat.com> <3C76F474.9090105@bothner.com> <3C77295A.5060504@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> One question I have is whether this is overkill. Specifically,
Per> is there any real reason to have --wholeclasspath?
Probably not, given that --bootclasspath can be used to override the
system path (right?).
I always use `-I' myself. It is a lot simpler, imo.
Tom