| Thread | Last Post | Replies |
|
| when & why to make a class final | 16 Aug 2005 12:21 GMT | 4 |
Can anyone explain when and why to make a class final? //mikael
|
| Do you enjoy programming using J2EE Web? | 16 Aug 2005 10:23 GMT | 6 |
For those who like programming using J2EE web, What are it's best features as you see it? -- http://www.douglassdavis.com
|
| String Array Uppercase | 16 Aug 2005 07:43 GMT | 6 |
Anyone know of a one liner to convert ALL elements of a String ARRAY to uppercase ? Thanks.
|
| Help with exiting | 16 Aug 2005 05:50 GMT | 1 |
I need a way to exit the program if the user type q or Q with no textfield.
|
| Installation of JRE | 15 Aug 2005 22:36 GMT | 1 |
After installing the JRE (latest version downloaded today), I tried to change the default SEttings directory. The directory defaults to J:\Documents and Settings\Howard Kaikow\Application
|
| anyone know what this means? | 15 Aug 2005 20:30 GMT | 8 |
I am testing a Java class using the standard SDK and the IDE 'Blue J'. In the past this has been fine, but I'm using a new computer and I've installed the SDK on this new one along with Blue J. But I seem to be getting this message on compilation :-
|
| CLASSPATH problem | 15 Aug 2005 04:52 GMT | 4 |
I am doing my java programs in C:\javaex directory and set classpath as CLASSPATH=C:\javaex in autoexec.bat But then if i change my java programs source directory and compile
|
| input stream 101 | 14 Aug 2005 20:54 GMT | 47 |
" The entry point for accessing JTidy functionalities is the org.w3c.tidy.Tidy class. This is a simple example of use: Tidy tidy = new Tidy(); // obtain a new Tidy instance tidy.setXHTML(boolean xhtml); // set desired config options using tidy
|
| Basic question about WebServices and XWS-Security | 14 Aug 2005 16:26 GMT | 1 |
I actually hope this is a basic question, but I can't solve it: I have a WebService running on the AppServer and a standalone java client. The webservice has been deployed using the Deployment tool and it communicates with the client without any problem.
|
| tomcat/applet question... | 14 Aug 2005 14:20 GMT | 3 |
this is really weird, in tomcat/webapps/<appName>I have a jsp AND an applet.. I'm using a package called smack for writing jabber clients (http://www.jivesoftware.org/smack/), so: in jsp:
|
| Compile once run anywhere | 14 Aug 2005 00:00 GMT | 10 |
I am beginning to grasp the Java idea (they could have made it a bit easier though). But I still have no idea about how close this bytecode is to actual machine code. For instance, can ANY Java Virtual Machine (I hate abriviations) run ANY java bytecode file?
|
| import org.ccil.mercury.TagSoup | 13 Aug 2005 23:12 GMT | 1 |
The general idea: "I've never used this HTML Parser before, but I've done similar things when scraping HTML off websites. My general solution is to: 1. Get the HTML as text (which you already have).
|
| Help with object | 13 Aug 2005 20:48 GMT | 1 |
Can someone tell me what is wrong with this program? It gives an error on the line Adder a = new Adder();. The error is non-static variable this cannot be referenced from a static context. public class TestAdder {
|
| org.apache.commons.logging v org.apache.log4j | 13 Aug 2005 19:30 GMT | 2 |
What is the difference between: org.apache.commons.logging and: org.apache.log4j
|
| import *; | 13 Aug 2005 14:29 GMT | 17 |
Sorry for my ignorance but I am still new to Java. I am wondering why Java needs the import statement? Why can't it figure out itself what to import? Why can't I just write: import *;
|