| Thread | Last Post | Replies |
|
| java.lang.NullPointerException | 16 Nov 2005 19:42 GMT | 3 |
I am having some problems with my implementation. what i want to do is this, i have some class called nodes, edges and selection graph. I instantiated a node in the selection graph in order to create a selection graph with only one node and no edges. When i to run the
|
| SWT Question | 16 Nov 2005 18:29 GMT | 1 |
If I am in the constructor of a Composite, can I get the device id, and if so, how? I want to associate a bitmap image to a button in what appears to where the control/composite is being created.
|
| naming for fun --- write portable java code | 16 Nov 2005 18:22 GMT | 5 |
Here is the deal: spaces are allowed in file names; space is also used to separate files on both win32 and *nix platform. The following program won't run correctly on both win32 and *nix: class PathName {
|
| URL launching behaviour using showDocument in IE6(sp2 XP) | 16 Nov 2005 17:57 GMT | 5 |
Dear Java Experts, Not sure if this is the best place to post this: We have some strange behaviour with IE6 on XP with SP2 installed. We have a java applet that uses
|
| FTP | 16 Nov 2005 16:30 GMT | 2 |
I have to connect to an FTP-Server (username, passwort required) with java. then I have to copy all files in a special directory onto my local hd... can anybody help me and tell what I should do? I haven't found a solution yet.
|
| retrieving options from a listbox, will need a masterprogrammer to solve! | 16 Nov 2005 16:26 GMT | 3 |
Hi masterprogrammers I have a problem with my code, I can print out the text from my textbox, but I can't print out the chosen option in my option box which is generated from my Sql data (this is all on a single jsp page). I
|
| Could Not Connect To SMTP Host Connection Failed -- Software caused connection abort: connect | 16 Nov 2005 15:34 GMT | 3 |
Great to have this discussion group which is helping to clear the issues. Thanks in advance to all. I am having strange exception when trying to send email through java. I
|
| FTP | 16 Nov 2005 15:34 GMT | 2 |
I have to connect to an FTP-Server (username, passwort required) with java. then I have to copy all files in a special directory onto my local hd... can anybody help me and tell what I should do? I haven't found a solution yet.
|
| j2me & kjava | 16 Nov 2005 15:18 GMT | 6 |
Do you know where to find a package called com.kjava ? I've read that it was ditribuited with CLDC beta versions but now it's no more available... If someone has it , can you send me a copy ? ... please :-)))
|
| How to write user Msg in init in Servlets? | 16 Nov 2005 15:14 GMT | 2 |
I wonder how to write messages to users(i.e in explorer) the in init() method in a Servlet: public void init() throws ServletException{ //Her i want to do something like this:
|
| Issue managing multiple MySQL database connections | 16 Nov 2005 14:46 GMT | 4 |
** POSTING TO THIS LIST ALSO ** Hello folks, Sorry if this is a basic question. I have an application that establishes a connection to two databases vua JDBC. Basically the
|
| Passing arguments to XSLT | 16 Nov 2005 14:08 GMT | 1 |
Hi Friends, I m using XSLT. I would like to pass some value as arguments to that and that should be used in future usage. Please help me.
|
| JUnitEE vs. Cactus | 16 Nov 2005 13:54 GMT | 1 |
My J2EE book suggests using JUnitEE over Cactus, claiming that setting up Cactus test cases is so complex that it eliminates the scheduling benefits gained from strict testing. I was planning to use Maven to automate my build, but it appears that there is no JUnitEE plug-in for
|
| using ant to add windows registry file | 16 Nov 2005 12:42 GMT | 2 |
Is there a command in Ant to add in a windows registry file ? Thanks
|
| ClassLoaders, jars and subclassing | 16 Nov 2005 11:04 GMT | 1 |
I am working on a plugin implementation (yes, another one :-) ) Lets assume I have a few classes in a few jars: class X in x.jar (with main method) class A in x.jar (together with X)
|