| Thread | Last Post | Replies |
|
| A question about practical Java programming books | 24 Sep 2004 00:33 GMT | 2 |
I am new to the Java programming world. I have learned the basics of the Java language. I am looking for some 'practical' Java programming books. There are many excellent
|
| using Eclipse | 23 Sep 2004 16:35 GMT | 1 |
I am trying to read environment variables in Java using System.getProperty(). I run java as set myvar="XYZ" java -Dmyprop="%myvar%"
|
| JSP: Classes, methods? | 23 Sep 2004 15:28 GMT | 2 |
I began doing some JSP and trying out something. One of the first things I learned was what the error-Site of Tomcat 5 looks like... My problem: The following code is reported to have an error: <snip>
|
| switch case question | 23 Sep 2004 13:45 GMT | 4 |
Will the code below work as:" if devFaultType is equal to RbsTypes.RBS_DEV_FAULT_GENERAL_HW_ERROR or RbsTypes.RBS_DEV_FAULT_TOO_LOW_MAIN_LOAD or ... RbsTypes.RBS_DEV_FAULT_TMP_SENSOR_FAULT then set result equals true?".
|
| API question | 23 Sep 2004 04:52 GMT | 6 |
there's something about java's API that baffles me... when I put code like this at the beginning of my programs.. import java.io.*; import java.util.*;
|
| stand-alone classes: have to be always public?? | 23 Sep 2004 02:22 GMT | 14 |
I have been reading all over the place that a stand-alone class always has to have the name of the file that contains the class, AND that the class always has to be public.. however, I just realized now, looking at some stuff I have done as I've been following books, tutorials, ...
|
| Java certifications? | 22 Sep 2004 23:34 GMT | 2 |
I have been programming in Java for the last 5 years (J2SE, not J2EE) I would like to obtain my SCJP and SCJD, and eventually the SCWCD. My question is, which cert should I begin with? I am leaning towards the SCJP first, since this validates core Java skills. Is the SCJD ...
|
| Tomcat Server startup problem | 22 Sep 2004 21:46 GMT | 1 |
i wanted to tomcat server 5.0.27 but i just cant seem to start it. when i double click on startup.bat it gives me error which is as below: Cant load server.xml Following are the environment variables that i have set in my windows xp machine.
|
| divide an image in regions and control them.... | 22 Sep 2004 16:51 GMT | 1 |
I have to do something like have a map and when click in a diferents region I have do some things, open others windosws or change the color of this regions... I know doing this in html with "map" but in java??? I don´t know, never use this!!! Can anyone say me what can I
|
| Timing Methods | 22 Sep 2004 13:36 GMT | 1 |
I am trying to find out how long it would take for a method to run in miniseconds(Timing Methods) and then write the result to file. Please can you help me. Thanks
|
| Is this the right group for java user problems? | 22 Sep 2004 13:10 GMT | 18 |
Hi! I can't get I.E. to acknowledge that java is enabled and Netscape won't recognize it, either. Is this the right newsgroup to get help with that? If not, can you point me to the right one? Thanks!!
|
| Accessing a JAR File at runtime | 22 Sep 2004 12:14 GMT | 5 |
I have a Java application and it requires various classes that are contained in JAR file to run. When I attempt to run the Java application at the command line with Java TodoList it returns an error that it cannot find the classes that are
|
| Classpath definition (Oh, bother...) | 22 Sep 2004 11:37 GMT | 4 |
I'm still a bit stuck with defining classpath for multiple-class applications. I'm trying to get an application with multiple classes to compile and run under Windows. (NT 4)
|
| Clear screen | 22 Sep 2004 11:08 GMT | 1 |
I was just wondering if anyone can tell me how do I get java to clear the screen. I know there is a cls; command in C but I cant find one for Java. Thanks
|
| Installer Software | 22 Sep 2004 09:07 GMT | 1 |
I have to build an installer for a J2EE app. I'm trying to weigh my options and decide how to go about it. 1. Build my own - ugh 2. Use a commercial product and customize it for our app
|