| Thread | Last Post | Replies |
|
| Good ebook site [For Me] | 12 Nov 2007 16:32 GMT | 1 |
I think this is a good ebook site. You can search for any ebook title. http://dl.mazudi.com worth to try
|
| Java 6 Mac | 12 Nov 2007 16:04 GMT | 14 |
Does anyone know if Java 6 is available on the Mac (even as a beta) ? Could you give me a link? Other question : My Netbeans project is compiled for Java 6. Is there a way to compile for
|
| database update Combobox | 12 Nov 2007 16:02 GMT | 11 |
I need to update a combobox or list from a databse. There needs to be a dynamic relationship between the database cell and the selection. The combobox code is easy:
|
| finding subdirectories from starting URL | 12 Nov 2007 16:02 GMT | 9 |
I want to find subdirectories from a starting URL. For example, if I start with http://www.someplace.net, I want to be able to find the subdirectories there, e.g.: http://www.someplace.net/documentation/
|
| JTree Selection lost when JTree looses focus | 12 Nov 2007 15:55 GMT | 3 |
Is there a way to prevent a JTree from loosing it's selection when it looses focus? Say I have a few items selected in the JTree and then I go to press a button, that normally causes the JTree to unselect everything, how can I stop this?
|
| servlet access to another context | 12 Nov 2007 14:47 GMT | 9 |
I have two different context in Tomcat 5. I use Tomcat to develop JSP pages Is it possible inside a servlet in a <Context> to call a different servlet in another <Context>?? .. run the servlet in the second
|
| Refusing TCP connections - ServerSocket | 12 Nov 2007 12:47 GMT | 6 |
I want to create a ServerSocket. I want it to accept one connection. If another connection request comes in, I want it to be refused, not queued. Even if I set backlog to 1, on the OS I'm testing on (Linux) I'm able to
|
| currency sign | 12 Nov 2007 08:20 GMT | 7 |
I need to print out the currency sign "¤", but both System.out.print("¤") and System.out.print("\u00a4") don't work (they print out a question mark). The sign will be converted into a backgammon game font. It is part of the bottom border, so the diagrams
|
| Applet source code | 12 Nov 2007 06:23 GMT | 5 |
I have a big project under Netbeans, actually more than 730 classes. Up today, I have made compiled my project into a standart Java application. I need now to make the Applet version of my application (it is a game creator's runtime, we need the games to run as standart java app, ...
|
| deployment error | 12 Nov 2007 03:14 GMT | 1 |
getting deployment of an EAR file while deploying into weblogic server. weblogic.management.DeploymentException: Error while loading descriptors: Error processing file 'META-INF/application.xml'.
|
| How to compare numeric values between two xml files? | 12 Nov 2007 03:09 GMT | 3 |
I have a xml file, something like: <?xml version="1.0" encoding="UTF-8"?> <Series> <header>
|
| Announcement: PerfectJPattern first release 1.0.0 available ... | 12 Nov 2007 03:06 GMT | 3 |
After long working hours have been able to finally put together a first release of PerfectJPattern. The aim of PerfectJPattern is to build a library of componentized (reusable and context-free) Design Patterns in Java.
|
| Newbie Question - ArrayLists and referencing it | 12 Nov 2007 02:51 GMT | 8 |
I've tried many different ways to assign a value to the position of my choice in a data structure, ArrayList and would appreciate any hints how to do this. My program as follows (short version): import java.util.*;
|
| Ant & JUnit java.lang.NullPointerException | 12 Nov 2007 02:32 GMT | 1 |
I'm migrating from Netbeans to setup all of my compiling, packaging and testing. However, I'm having troubles getting the testing part working. Here's the snippet of code I'm currently using: <property name="src" value="src"/>
|
| reflection and method with (int...) params | 12 Nov 2007 02:28 GMT | 2 |
i have constructor : public ClassName(int...) { } and I invoke somewhere: ClassType.getConstructor(tab).newInstance(tab2);
|