| Thread | Last Post | Replies |
|
| Collection implementations and fail-fast iterator problems. | 05 Nov 2007 15:45 GMT | 19 |
I have a simulation where I visit every element in a Collection. While visiting these, I may find out that I want to add a new element, or remove some later-occurring element before I get to it. I have a few Collections like this.
|
| SSO via Client's LDAP Server | 05 Nov 2007 14:48 GMT | 1 |
My company would like to integrate our website with our clients' SSO systems. Is this possible to do via some sort of web browser redirection, or does it have to be done from the server side? Also, I know that it's possible to get information from the machine
|
| Deadlocks | 05 Nov 2007 14:27 GMT | 6 |
Hello to all Java programmer out there. I am currently reading about deadlocks and so wrote a small program which would simulate a deadlock. But I have come across a very weird behavior in the sense that it seems that Two threads are acquiring a
|
| Command-line arg | 05 Nov 2007 10:26 GMT | 18 |
I was wondering if there is a way to check if there is a command line argument (arg[0]) and not throw indexouofboundsException Thanks
|
| What is the specific procedure to call a NetBeans plugin? | 05 Nov 2007 01:24 GMT | 1 |
I have been using this "application" as a tutorial to learn the capabilities of the OpenOffice API/SDK. http://platform.netbeans.org/tutorials/nbm-open-office.html My problem is that the package described in that page was not written
|
| Startup application | 05 Nov 2007 00:55 GMT | 3 |
I want run java application via web start and after installation on windows I want startup it automatically after every system reboot. Any Ideas? Pit
|
| help please | 04 Nov 2007 23:46 GMT | 11 |
how to use thread feature of Java to model coorporation between producers and consumers?
|
| web robot | 04 Nov 2007 23:35 GMT | 4 |
I need to found out all website with specific domain (like com.cn , org.hk) using java, but had no idea how to do. could you pls give me some hints ? tks in advance!
|
| Java Basics | 04 Nov 2007 23:32 GMT | 3 |
http://corejava-technologies.blogspot.com
|
| Writing to Vista registry with Java | 04 Nov 2007 21:57 GMT | 2 |
One of my programs uses jRegistryKey.jar and jRegistryKey.dll to write to the registry. Basically it tells windows weather to start the application on Windows Startup or not. Well, this all works fine in XP, but with Vista it doesn't work and from what I see no update is
|
| Java Programming | 04 Nov 2007 21:52 GMT | 2 |
main method - public static void main (String [] args) I want to know how i can add values to the string array arguments and when I can do this....
|
| A doubt... | 04 Nov 2007 20:29 GMT | 35 |
how can i store an array of URLs in a file and retrieve them whaen i select a component in my GUI?
|
| window | 04 Nov 2007 15:21 GMT | 9 |
I would like to open a window from a java application, to display a HTML file or URL. I know what awt.desktop can do, but the problem is that I need a borderless window.
|
| DES Encryption Java for the Basic authentication PHP | 04 Nov 2007 14:32 GMT | 14 |
I'm new of this group... My name's Thomas. I need an algorithm to encrypt a string with the DES encryption, that works whit the basic auth in PHP.
|
| How can I put a message in a jsf page after an action in another page? | 04 Nov 2007 14:12 GMT | 1 |
Hi everybody, I know that what I try to explain is a bit difficult to understand without know all the context but I try to do it the same:). I have a datatable that contains a list of student. In another page I insert a new student. When I click on "save" button I save the new
|