| Thread | Last Post | Replies |
|
| is it possible to use a backslash as a StringTokenizer delimiter? | 24 Feb 2004 17:01 GMT | 7 |
I am trying to tokenize a file path to compare it to another. i.e tokenize: ways\gov\marketing.fls to compare each directory seperately. Is it possible to use the "\" (backslash) character as a StringTokenizer
|
| I need a suggestion | 24 Feb 2004 16:49 GMT | 5 |
I have implemented the Dijkstra algorithm to determinate the shortest path betweem 2 rooms of a musem. Every room has some attributes, one of these attributes is the period. For example a room with period equals to '700 contains works made in the
|
| Apache / Tomcat support contract | 24 Feb 2004 16:26 GMT | 4 |
Our company is looking at getting Apache and Tomcat, but TPTB want someone to call if something dies. Anyone have recommendations on who to get a support contract from? TIA
|
| Daylight Saving time: How to identify if a given time is invalid? | 24 Feb 2004 15:21 GMT | 2 |
I'm writing a web application in Java to schedule tasks at specified times. I need to figure out if user has entered a date/time combination that is invalid with respect to daylight saving time shifts.
|
| HTML link or Hyperlink in a Java Panel | 24 Feb 2004 13:18 GMT | 1 |
Does any expert out there know how to create a HTML link or Hyperlinnk in a Java Panel (ie, JPanel and etc.)? Given that, an user is able to click on the HTML link on the panel and the webpage will be launched on the system default browser (ie, IE).
|
| Completion in a console | 24 Feb 2004 12:42 GMT | 1 |
I'm a french student and for a project at school, I program an IRC-like in console mode for the moemnt. I'd like to add the Completion like in a shell console under bash etc. But I use a InputStream(System.in). The .read() function waits for the
|
| "error: cannot read:" (use the list file name written in a file) | 24 Feb 2004 12:34 GMT | 1 |
When I compile the java source using command javac javatest\kernel\*.java it's perfectly work but I have a lot of source code and distribute over many directories
|
| Debugging in Console | 24 Feb 2004 11:15 GMT | 4 |
I am developing a Web Service with Axis to run in Windows, but would like to see debug messages in a console (instead of a file or a database) - like is usual with System.out.println(). Any simple way to open a Command Prompt and show messages in it?
|
| Code is organised incorrectly | 24 Feb 2004 09:39 GMT | 3 |
I am trying to produce a simple golf game. Currently, I have drawn a course and a bar that moves from left to right onto which the user can click to make it stop. I had it working but when I added something else ( a rectangle that appear where the user clicked) it seperated the ...
|
| Help setting up the SDK... | 24 Feb 2004 04:07 GMT | 4 |
I've just had to reinstall my system (and therefore Java) but now I'm trying to reinstall the sdk (version J2EE 1.4) but I keep getting the following error: J2eesdk-1_4-dr-windows-eval has caused an error in MSVCRT.DLL.
|
| Help! Simple Swing prog doesn't display | 24 Feb 2004 01:26 GMT | 5 |
Trying to get a little example to work on MacOSX 10.3.2 (Panther), JDK 1.4.2, compiling and running via Terminal using javac & java, building with ant 1.6.1. When I run the following code, it simply hangs after the last statement.
|
| Simple (I hope) question on JVM | 23 Feb 2004 20:46 GMT | 2 |
My company will be using a new monitoring tool in a month which requires JVM to be installed. Is it possible other applications will no longer work once JVM is installed? We use a combination of UNIX Solaris 8 boxes and Win2K servers. In other words, do we need to run
|
| Order of declaration of static variables | 23 Feb 2004 12:13 GMT | 1 |
I have spent a couple of hours attempting something and have been totally unsuccessful. I was wondering if I could get some assistance on a particular homework problem. Homewok question from the professor.
|
| Cookies and Exceptions - help | 23 Feb 2004 09:07 GMT | 2 |
[Code] // FIND THIS COOKIE if (request.getParameter("hasEnteredNick") != null) { Cookie[] cookieArray = request.getCookies();
|
| Newbie | 22 Feb 2004 23:56 GMT | 3 |
hi...ive visted the sun website and i was wondering if someone could help me, what doo i need to get started? theres just seems to be too much links to downloads>>>>>help! a newbie guide to answer this question please
|