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

Re: subclipse 0.9.3 draft

From: gerard sychay <gigawatt_at_fuse.net>
Date: 2004-05-14 19:37:59 CEST

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
> >
Received on Sat May 15 03:37:59 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.