[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: subclipse 0.9.3 draft

From: Leeuw van der, Tim <tim.leeuwvander_at_nl.unisys.com>
Date: 2004-05-17 09:44:29 CEST

It's easy to implement, at least if you don't want it to take a regex as argument...

I'm using Subclipse with WSAD 5.1, which is Eclipse 2.1.something with... IBM JDK 1.3

Their new WAS 5.1 comes with JDK1.4 at last, so perhaps a newer WSAD version will also come with JDK1.4, but there's still plenty of developers using WSAD5.0 (Eclipse 2.0...) -- so even when IBM releases an IDE with a newer JDK, there's still an important group of developers not updating to that release yet.
Don't forget that for most J2EE applications, JDK1.3 is *still* the standard even now that JDK1.5 is on the horizon.

So I'm hoping that new Subclipse releases will stay compatible with JDK1.3 for some time to come, no matter how nice those features of the JDK1.4 are...

greetings,

--Tim.

-----Original Message-----
From: gerard sychay [mailto:gigawatt@fuse.net]
Sent: vrijdag 14 mei 2004 19:38
To: users@subclipse.tigris.org
Subject: Re: subclipse 0.9.3 draft

This error has gotten me numerous times. Yes, String.split() is a new
method in Java 1.4. If 1.3 is absolutely necessary, it is not a hard
method to implement by oneself.

On 5/14/2004 12:59 PM Mark Phippard claimed:

>
> I get this error, is it possible you are requiring JDK 1.4 code? You
> shouldn't if possible since all of the IBM IDE's only include a 1.3 JVM.
>
> Not sure that is even it, I just cannot think why else a method in the
> String class would be missing.
>
> java.lang.NoSuchMethodError:
> java/lang/String.split(Ljava/lang/String;)[Ljava/lang/String;
> at java.lang.Throwable.<init>(Throwable.java)
> at java.lang.Throwable.<init>(Throwable.java)
> at java.lang.NoSuchMethodError.<init>(NoSuchMethodError.java:56)
> at org.tigris.subversion.svnclientadapter.SVNUrl.parseUrl(SVNUrl.java:109)
> at org.tigris.subversion.svnclientadapter.SVNUrl.<init>(SVNUrl.java:82)
> at
> org.tigris.subversion.subclipse.core.repo.SVNRepositoryLocation.fromString(SVNRepositoryLocation.java:407)
>
>
>
>
>
> Cédric Chabanois <cchabanois@no-log.org> wrote on 05/14/2004 01:35:30 PM:
>
> > I just uploaded (using a 56 kbps modem !) a new version of subclipse for
> > eclipse 2.1.3/win32
> > This is still a draft
> >
> > Cédric
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> > For additional commands, e-mail: users-help@subclipse.tigris.org
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon May 17 17:44:29 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.