Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / March 2006

Tip: Looking for answers? Try searching our database.

WebSphere 5.1 is not having split() method in String class

Thread view: 
Deep - 02 Mar 2006 09:24 GMT
hi all i am using WebSphere 5.1
but it is not supporting split() function of String class.
what should i do?
Bart Cremers - 02 Mar 2006 09:33 GMT
Don't use it!!

AFAIR websphere 5.1 runs on a IBM JDK 1.3.1. String.split is only
introduced in 1.4.

So you've got the choice to upgrade your websphere to 6 or to use a
StringTokenizer to split the string instead of string.split.

If you need to stick with websphere 5 and need regex to split the
string, you could use jakarta oro to help you out.

Bart
Ben_ - 02 Mar 2006 10:07 GMT
Install FixPack 1 on WebSphere 5.1 and it will give you JDK 1.4.
Ben_ - 02 Mar 2006 10:11 GMT
And before you ask... :-) You can download it from here:
http://www-306.ibm.com/software/webservers/appserv/was/support/.

And you can join the WebSphere newsgroups at news.software.ibm.com.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.