Now for a helpful answer...
You can download it from http://www.eclipse.org
Its the best editor out there IMHO
--
Joe Nelson
OCLC Online Computer Library Center, Inc.
Dublin, OH
Right, I've found an easier way by simply checking to see if its a digit, char or otherwise.
Thanks anyway...
--
Joe Nelson
OCLC Online Computer Library Center, Inc.
Dublin, OH
This only partially works. Try putting an underscore "_" or a tilde "~" at the start of the string.
It sorts by ASCII code, and there are special characters "out of order" in ASCII.
--
Joe Nelson
OCLC Online Computer Library Center, Inc.
Dublin, OH
We are displaying a list of objects in a JSP window and sorting it using the stardard Arrays.sort with a specialized comparator to sort on just one string within the object. Our product managers aren't happy with the standard lexicographic sorting that java uses. They want the special characters...
I'm trying to use the exec task to run Oracle's ojspc JSP page translater. If I try to give the file list as anytype of wildcard string, ojspc tells me it can't read the files. If I create a property that lists all the files in the directory, it compiles them fine.
I obviously don't want to...
We have a web page that uses frames with JSP files in each frame. We need one of the frames to be scrollable, but not the others. We are having problems with our current app server and its inability to compile these JSPs simultaneously so I am looking for a workaround.
Are the tiles in struts...
Hi all,
We have one JSP page in our site that is framed with 4 other JSP pages as the children. When we try to access it, we get parser errors in the frames. If we then refresh each frame individually, the page parses, compiles and displays fine. We are using Oracle 9iAS as our App Server
I...
We have one JSP page in our site that is framed with 4 other JSP pages as the children. When we try to access it, we get parser errors in the frames. If we then refresh each frame individually, the page parses, compiles and displays fine.
I have written a very simple copy of this setup and get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.