| Thread | Last Post | Replies |
|
| native machine code | 22 Dec 2005 07:31 GMT | 10 |
is it possible to compail the byte code to native machine code on windows ? and how
|
| Difference between Java iterator and iterator in Gang of Four | 22 Dec 2005 05:14 GMT | 21 |
I just read through the Design Patterns book of Gamma et al., also known as the GoF, and noticed that they define a method Start in their iterator, which does nothing but set the index to zero. I would find this possibility rather useful, as I want to recycle some iterators.
|
| multiple, independent references to collections and blockingqueue iterators | 22 Dec 2005 04:42 GMT | 4 |
I have a fairly large collection of data (queue), this queue has several different different consumers which must be able to access the queue without effecting other consumers' view of the queue. In other words, if consumerA pops an item off the queue, consumerB should still
|
| configuration file | 22 Dec 2005 00:48 GMT | 4 |
I'm making an application that would need to save some configurations. That is, for instance a list of selectable colors in a combobox. I would like that I can read in several of these files so that they are complementary.
|
| Jconsole with different PLAF? | 22 Dec 2005 00:28 GMT | 1 |
Anyone know how to change the PLAF on the Windows version of Jconole? If it was a jar, I know the propertie settings to pass on the command line, but on Windows, Jconsole is an .exe. Any help is appreciated.
|
| web statistic - how? | 22 Dec 2005 00:03 GMT | 1 |
I guess this is very common, but can't find it on the web: I would like to do site statistic and find out the visitor of our website: - ip address - the corresponding time
|
| NYJavaSIG - 42" Plasma TV raffle - fill out survey to join | 21 Dec 2005 21:49 GMT | 2 |
New York Software Developer Survey Fill out a quick survey to help Sun Microsystems assist the New York software developer community and get a chance to win a Panasonic 42" Plasma TV!
|
| convert hex to long | 21 Dec 2005 21:36 GMT | 2 |
midp 2.0 J2ME Wireless Toolkit 2.2 JDK 5 Long id;
|
| grabbing errors | 21 Dec 2005 20:49 GMT | 1 |
I recently had a hard to track bug ( my compiler was outputting java 1.5 code for a 1.42 JVM) I trap my errors using log4j, but what i really need it to get the console & err channels into the logger as well.
|
| How to read a file when the application server starts | 21 Dec 2005 20:38 GMT | 2 |
I need to be able to read a file when I start the application server. Can some please help me. I would example some examples. Regards
|
| highlighting a menu - a seemingly simple task.... | 21 Dec 2005 19:59 GMT | 1 |
Ive created a right click menu on a JTree that opens up to display 3 menuitems. i thought that the default behavior for all menus was that when a mouse is over a selection, that menuitem is highlighted... Unfortunately this is not happening, instead the menu is selectable,
|
| ClassCastException from Vector to Array | 21 Dec 2005 17:06 GMT | 4 |
hello, my trouble is exampled in the code. Please take a look and give me some threads. thanks. TestArray.java //-----------------------------------------------------
|
| Security confusion | 21 Dec 2005 16:32 GMT | 5 |
Using Java as it comes 'out the box', the following runs ok: System.getProperty("user.home"); But if I sub-class SecurityManager thus: class MySecurityManager extends SecurityManager {}
|
| Regarding AOP - Performance and Security | 21 Dec 2005 16:18 GMT | 3 |
We have completed a J2EE project and are going to add a licensing mechanism. In our company, many other component teams are involved in the project, which are all J2EE. So we had requested to add a license manager check in the init method of the first servlet they are using in ...
|
| Telnet | 21 Dec 2005 15:21 GMT | 2 |
i am now doing some struts application.now i am in need to set up a telnet connection.i am told to use TelnetIO class.but i am unaware of it.if anyone has any idea pls do guide me. Thanks in advance
|