Advertisement

1 - 6 of 6 containing alltags:("JDK 1.5") (0.001 seconds)
I have some code which parses files found on different web sites. I want to debug this code to parse list of files found on my local workstation. The code is as follows:           //path is someth...
Zones: JavaDate Answered: 04/24/2008 Grade: A Views: 6
I am running JDK 1.5.0_02 on Windows XP. I notice in a small test program the following. I create an ArrayList of ArrayLists. Let's call the outer ArrayList A. Both dimensions are the same. I popul...
Zones: JavaDate Answered: 02/02/2008 Grade: A Views: 4
I have a client server code for a network base whiteboard application. I have tried running and debugging this code, however I came across alot of errors on the client side. The code can be downloa...
Zones: Development Software, Java...Date Answered: 10/07/2007 Grade: B Views: 0
We have a swing application that works on JDK1.4.2.11 and Weblogic 8.1.5. We have to migrate this application to Weblogic 9.2 and consequently JDK1.5. I want to know if anyone has done this s...
Zones: Java, J2EE, AWT / SwingDate Answered: 09/16/2008 Grade: B Views: 4
To my respected IT peers:        Currently I am working with a partially threaded Java application which does some thread spawning based upon overriding the abstract method run.  I have attache...
Zones: J2EE, Servlets, J2SEDate Answered: 09/21/2008 Grade: A Views: 4
Hi All, I am looking for a regexpression pattern which matches all Strings other than -1. Following pattern .*[^-1] works for me but it does not match -11 or -111.   So what I need is -...
Zones: Regular Expressions, JavaDate Asked: 07/16/2008 Points: 500 Comments: 12
  • 1