Search the web
Sign In
New User? Sign Up
djug-discuss · Denver JUG Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 245 - 274 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
245
UNIVERSITY OF COLORADO AT DENVER AND HEALTH SCIENCES CENTER College of Engineering and Applied Science and Health Sciences Center Continuing Engineering...
Colleen Anderson
projectvalen...
Offline Send Email
Feb 2, 2005
10:30 pm
246
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@...
Send Email
Feb 3, 2005
8:57 pm
247
Is there going to be a Feb meeting? -- Sean LeBlanc:seanleblanc@......
Sean LeBlanc
seanleblanca...
Offline Send Email
Feb 3, 2005
10:29 pm
248
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),...
Sean LeBlanc
seanleblanca...
Offline Send Email
Feb 9, 2005
4:12 am
249
Take a look at the following link, it shows exactly what you're looking to do: http://java.sun.com/developer/JDCTechTips/2005/tt0208.html#2...
Ryan Graham
ryangraham54
Offline Send Email
Feb 9, 2005
5:46 am
250
See below. You shouldn't send HTML mail to email lists. It keeps me from replying properly from Outlook. -- Jim McMaster mailto:jim.mcmaster@... ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Feb 9, 2005
3:54 pm
251
... 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...
Sean LeBlanc
seanleblanca...
Offline Send Email
Feb 9, 2005
5:19 pm
252
... 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...
Sean LeBlanc
seanleblanca...
Offline Send Email
Feb 9, 2005
6:02 pm
253
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...
spenex
Offline Send Email
Feb 9, 2005
10:05 pm
254
... 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...
Derek Chen-Becker
dcb1877
Offline Send Email
Feb 9, 2005
10:29 pm
255
... 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,...
Jim McMaster
mcmaster_tat...
Offline Send Email
Feb 9, 2005
10:50 pm
256
... 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...
Jim McMaster
mcmaster_tat...
Offline Send Email
Feb 9, 2005
11:20 pm
257
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...
ristretto1
Online Now Send Email
Feb 17, 2005
6:35 pm
258
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...
Ed Belisle
edbelisle
Online Now Send Email
Feb 21, 2005
2:14 pm
259
Thanks! Ed ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Edward Spencer
spenex
Offline Send Email
Feb 21, 2005
6:31 pm
260
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,...
Elizabeth Hickman
mehickmanspevak
Offline Send Email
Feb 24, 2005
12:46 am
261
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...
spenex
Offline Send Email
Feb 25, 2005
4:17 am
262
... 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...
Jim McMaster
mcmaster_tat...
Offline Send Email
Feb 25, 2005
3:36 pm
263
... 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...
Derek Chen-Becker
dcb1877
Offline Send Email
Feb 25, 2005
3:46 pm
264
... 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...
Derek Chen-Becker
dcb1877
Offline Send Email
Feb 25, 2005
11:18 pm
265
University of Colorado at Denver and Health Sciences Center Downtown Denver Continuing Engineering Education Program NCES 8655: PHP Essentials This class...
Colleen Anderson
projectvalen...
Offline Send Email
Mar 10, 2005
6:18 pm
266
University of Colorado at Denver and Health Sciences Center, Downtown Denver Continuing Engineering Education Program Fall 2005 and Spring 2006 Course Planning...
Colleen Anderson , co...
projectvalen...
Offline Send Email
Mar 29, 2005
5:53 pm
267
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...
spenex
Offline Send Email
Apr 5, 2005
3:07 am
268
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...
Tom McQueeney
tom_djug
Offline Send Email
Apr 5, 2005
3:17 am
269
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...
Ryan Graham
ryangraham54
Offline Send Email
Apr 5, 2005
4:10 am
270
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...
gascott_80209
Offline Send Email
Apr 9, 2005
10:37 am
271
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. ...
ScottDavis99
Offline Send Email
Apr 11, 2005
2:14 pm
272
UNIVERSITY OF COLORADO AT DENVER AND HEALTH SCIENCES CENTER College of Engineering and Applied Science offers Discovering Linux and Free Applications with a...
Colleen Anderson
projectvalen...
Offline Send Email
Apr 12, 2005
5:16 pm
273
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...
gascott_80209
Offline Send Email
Apr 18, 2005
2:54 pm
274
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...
goldgriff2002
Offline Send Email
Apr 18, 2005
3:56 pm
Messages 245 - 274 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help