| Thread | Last Post | Replies |
|
| Java sun certification | 17 Jan 2006 21:02 GMT | 2 |
I am looking for comments on java certifiaction training through sun. I am a good developer with a B.S in computer science and 15+ years of development with alot of C++ and some Java. I am wondering if I should consider Java certification through sun ?
|
| java url protocol handlers | 17 Jan 2006 20:12 GMT | 1 |
im looking for the source's for the url protocol handler packages java.protocol.handler.pkgs any success stories with creating protocol pkg's and any good doc's/howto's that anyone knows of? im considering using this instead
|
| JSP equivalent to PHP $_SERVER? | 17 Jan 2006 19:57 GMT | 3 |
I looked up System.getProperties, but to be honest, I have no clue how to use it in light of what I can do in PHP, which is this: <?php echo $_SERVER['HTTP_USER_AGENT'] . ' ' . $_SERVER['SERVER_URI']; ?>
|
| JSP script riddled with errors - can't resolve them - please help | 17 Jan 2006 17:51 GMT | 7 |
I do not possess the ability to translate PHP into JSP, but I thought I could. Here is the code: [CODE]
|
| Hmmm....I apparently have the wrong idea about extending classes | 17 Jan 2006 17:46 GMT | 24 |
I was under the impression that you extended classes so that you could have the same variables as the class you're extending from. But when I try this: public class A {
|
| variable "retriever" might not have been initialized - confused | 17 Jan 2006 17:00 GMT | 3 |
[CODE] String message = "", send = "", quit = "", errorMsg = "", cookie = ""; boolean hasSubmittedMessage;
|
| Asking help for a java io problem | 17 Jan 2006 15:01 GMT | 1 |
Hello, guys! I have a problem running the following code with eclipse showing that: java.io.IOException: Stream closed at sun.nio.cs.StreamDecoder.ensureOpen(Unknown Source)
|
| HTMLRetriever class method getHTML() returns null - confused | 17 Jan 2006 08:38 GMT | 1 |
[CODE] package ppowell; /** * For implementation of Retriever by superclass FlatFileRetriever
|
| ClassCastException | 17 Jan 2006 07:07 GMT | 3 |
I am trying to learn Java. I found the explanation of ClassCastException in Sun website as follows. But it seems rather simple. I don't understand " cast an object to a subclass of which it is not an instance" in the explanation. Please help me. By the way,
|
| Manifest Changes? | 16 Jan 2006 23:58 GMT | 3 |
Did something change in the generation of jar files between 1.4.1 and 1.5.0? With 1.4.1, I can successfully create a jar with a manifest. In 1.5.0, using the same jar command, the .jar file is created, but the Class-Path entry is not in the jar's manifest file. Here's the command
|
| Set focus and un-set focus | 16 Jan 2006 22:21 GMT | 1 |
How do I set the focus of a JFrame or its components, and unset the focus? Thanks Allan
|
| Displaying small pictures in a text window | 16 Jan 2006 21:36 GMT | 8 |
I want to display small pictures in a text window, its actually emoticons in a messenger I want to implement. How should I do this in Java. Ideally I would like to support animated pictures, but any method to display any format would be welcome.
|
| java.net.URLEncoder exception nonexistent - confused | 16 Jan 2006 21:32 GMT | 9 |
How in the world is this one happening: [Quote]/~ppowell/includes/chat_submit_message.jsp:44: cannot find symbol symbol : class UnsupportedEncodingException
|
| Adding tabd to JTabbedPane Dynamically | 16 Jan 2006 20:52 GMT | 5 |
Hi Java Gurus I am adding JPanels to the JTabbedPane dynamically. Initally i have one tab pane. when i am adding the second tab pane using the following code
|
| obtaining list of available encodings | 16 Jan 2006 19:35 GMT | 5 |
I would like to obtain a list of the available encodings at runtime. java.nio provides the java.nio.charset.Charset.availableCharsets method for doing this, but as far as I can tell there is no
|