| Thread | Last Post | Replies |
|
| list files in directory | 17 Dec 2004 08:51 GMT | 2 |
Which class should i use to receive file names which are in specified directory ? Thanx Michal
|
| having your own .properties file outside the WAR file, how? | 17 Dec 2004 08:04 GMT | 2 |
Im a bit confused about how to do the following: I have a servlet myapp\hello.class So in the WAR file it will have the following structure: WEB-INF\classes\myapp\hello.class
|
| Packaging | 17 Dec 2004 07:56 GMT | 4 |
I suck at packaging :( I've read the documentation on it at Sun and I guess I need the usenet explanation for dumbasses. (http://java.sun.com/docs/books/tutorial/java/interpack/packages)
|
| Null pointer exception and general tidying up... | 17 Dec 2004 00:54 GMT | 1 |
Right, for those that didn't see my last post I have been given a piece of work to do as follows: http://globalinferno.co.uk/Java/
|
| static function to change Component properties application-wide | 16 Dec 2004 23:42 GMT | 1 |
I know there is a way to change the properties for all, for example, JComboBox components used in an application, with just one (static) function call.
|
| setBackground(Color.BLUE) errors | 16 Dec 2004 23:41 GMT | 15 |
Code below and errors below the code What am I doing wrong?? Please help import javax.swing.*; import java.awt.*;
|
| How to add Java .properties files to Apache Tomcat 4.0 Windows 2K environment | 16 Dec 2004 23:41 GMT | 1 |
Hi, I have a number of Java "???.???.??.???.properties" files which I would like Apache Tomcat 4.0 to "pick up" in it's environment. I have a JSP page which has the following exception: ----
|
| cannot find symbol DriverManager | 16 Dec 2004 23:05 GMT | 2 |
I am trying to execute following program: import java.util.Properties; import java.util.ResourceBundle; import java.util.Enumeration;
|
| boolean question | 16 Dec 2004 23:00 GMT | 11 |
Hello, i dont unerstand why this statement can work boolean b = true ? false ? true : false : true; it gives me a false answer. How does this work? i would expect an error messag? i cant get an answer in the java tutorial
|
| return in a void method | 16 Dec 2004 21:51 GMT | 5 |
Hello, when i have return in a void method, why doesn't i get a syntax error here only becoz its the main method? public static void main(String[] args) { int max = 0;
|
| Sound in 1.1 | 16 Dec 2004 20:51 GMT | 7 |
Is there Any way of playing mp3 or ogg in java 1.1 ? thanx Mike
|
| getcwd() ? | 16 Dec 2004 19:44 GMT | 1 |
How can i check current working directory ? Thanx Michal
|
| void method? | 16 Dec 2004 18:49 GMT | 6 |
I am not sure were to put the return, i want to return the sum of the 3 digits, but it gives me an error becouse, it expect a void method Irlan public static void main(String[] args) {
|
| Java Plug-In --> SSH Tunnel --> SOCKS Proxy (Not Working) | 16 Dec 2004 17:40 GMT | 1 |
Ok here is the situation: I have an SSH tunnel to a SOCKS proxy for browsing. So i start up the ssh tunnel like so: ssh.exe -p 1578 -c blowfish -N -L 1080:{socks5proxyserver}:1080
|
| create XML | 16 Dec 2004 16:59 GMT | 1 |
I have small database of books and i wanted to create XML file from that. How can i create XML document ? I used xerces (SAX) to parse XML documents. Does xerces have any functions for creating XML ?
|