UNIVERSITY OF COLORADO AT DENVER AND HEALTH SCIENCES CENTER College of Engineering and Applied Science and Health Sciences Center Continuing Engineering...
I had the same issue but didn't want to write a load of exception code - my input strings could have varying numbers of tokens (actually, lines in a .csv file...
Gordon, Simon
Simon.Gordon@...
Feb 3, 2005 8:57 pm
247
Is there going to be a Feb meeting? -- Sean LeBlanc:seanleblanc@......
Maybe I'm tired or something, but I am unable to figure out how to get an enum from a value. Let's say I have an enum defined like so: enum Foo { VAL1(1),...
... Could you tell me which part shows what you are talking about? I don't see it. From what I gather from the other response is that I have to create my own...
... Thanks for the response. If you are referring to my email having HTML, it must be your settings in yahoogroups. AFAICT, I'm not sending HTML, as I use mutt...
I am running a report every day during a two week time period. Every report is an accumulation of each days data back to the previous period. So if the...
... I'm not quite sure I understand the problem. Are you just trying to find the 2 week period that the current date resides within (to get start and end...
... Hash: SHA1 You can get the week of the year with calendar.get(Calendar.WEEK_OF_YEAR). If the two-week periods always run consecutively and don't overlap,...
... Hash: SHA1 On Wednesday, February 09, 2005 3:50 PM, Jim McMaster <mailto:jim.mcmaster@...> wrote: I don't know why, but Outlook truncated my last...
On Friday February 25th at 9 am, my company, Rally Software, is offering a free 2 hour seminar at the Denver Tech Center Marriot covering best practices for...
use java.util.Regex; String s = "A|B||C" String[] tokens = s.split("|+"); // Or, if this happens more then once, precompile the regex... Regex r = new...
Dear Denver Java Users Group Members: The Colorado Front Range Storage Networking User Group (COFR-SNUG) would like to invite you to their March 15, 2005,...
I am writing applications in Eclipse but haven't been able to get the debugger to work correctly. I start the program, click on on Debug As, choose Java...
... Hash: SHA1 On Thursday, February 24, 2005 9:16 PM, spenex ... I don't know your application, but I have never run the debugger that way. Is there some...
... You say you run the program, then start the debugger? If you want to do that, you will need to attach the debugger to the running program. If you just want...
... Hmmm, then that *is* weird. I'm not an eclipse expert, but I don't see how it would skip a breakpoint unless it never reaches that code. Just as a sanity...
University of Colorado at Denver and Health Sciences Center Downtown Denver Continuing Engineering Education Program NCES 8655: PHP Essentials This class...
University of Colorado at Denver and Health Sciences Center, Downtown Denver Continuing Engineering Education Program Fall 2005 and Spring 2006 Course Planning...
The IDE I am using is eclipse. I am reading 4 large data files into arrays of objects, to speed up searching. I am getting a java.lang.OutOfMemoryError on the...
Ed, Start Eclipse with a command like this: eclipse.exe -vm %JAVA_HOME%\bin\javaw.exe -vmargs -Xmx1024M The important part is the "-vmargs -Xmx1024M" That...
Hi, Those changes will give Eclipse more memory but I don't think it will give the application more memory. Ed, if you're launching your applications using...
Dear all, I am trying to sharing cookies across web contexts on a JBOSS 3.2.3 application server. The cookie gets loss when redirecting to the new url in a...
When you define the <context> in server.xml (for Tomcat), there is a crossContext="true" attribute you can add. This allows webapps to share a common session. ...
UNIVERSITY OF COLORADO AT DENVER AND HEALTH SCIENCES CENTER College of Engineering and Applied Science offers Discovering Linux and Free Applications with a...
I want to specify the loading order (deployment order) of ear and war files in JBoss 3.2.3 and JBoss 3.2.5. I don't find any helpful hints at the Jboss.org...
I would like to update the JDUG wiki with more companies that develop Java applications in the Denver area. Who have you worked for in the past, and who do you...