| Thread | Last Post | Replies |
|
| retrieve list of currently running user applications in Java | 31 May 2005 05:01 GMT | 10 |
Does anyone know a way of getting the details of the user applications that are currently running on his machine? To be very specific, I want to get the list of all applications that are currently running on my machine (the list of applications that shows up in the 'Applications'
|
| Small confusion about negative lookbehind | 31 May 2005 04:59 GMT | 2 |
I'm writing a small test program to illustrate several aspects of regular expressions. In the section illustrating "lookaround"s, I found something I didn't understand. My testing is with JDK 1.4.2. My candidate string is "ab".
|
| Will J2ME MIDP 2.0 allow me to access Mobile Communicating interface like IR,Bluetooth,USB etc | 31 May 2005 01:42 GMT | 1 |
Pls tell me that if I create an application on based of J2ME MIDP 2.0, will it allow me to access Mobile Communicating interface like IR, Bluetooth,USB etc. Thanks In advance
|
| J2ME disassembler? | 31 May 2005 01:38 GMT | 4 |
I recall that with java applets (bytecode) you can use a disassembler to reverse compile and so output a source code .java file from any .class file. Is this still true with J2ME bytecodes? Can you still achieve the same effect?
|
| Underline in text field | 31 May 2005 00:36 GMT | 2 |
Is it possible to display underline in a JTextfield? It is possible using styles in styled text area. But how to do it on JTextfield? What is the related function? -Sameer
|
| public static final const primitives? | 30 May 2005 23:17 GMT | 12 |
Any opinions about having an interface whose sole reason for existence is to house some public static final const primitive values to be used by other classes? A couple points to consider (though feel free to comment beyond these):
|
| RuntimeExceptions with Struts | 30 May 2005 22:34 GMT | 1 |
I'm programming in a group project using Struts/String/Hibernate, and usually I'm in the model/business layer. Typically I prefer to throw RuntimeException for drastic, non-recoverable errors and some assertions. Some of our guys are claiming - we are in the integration
|
| JSTL concatenate | 30 May 2005 22:12 GMT | 2 |
Well.. i wanna to concatenate a string... like: String x; while(true) x += "x";
|
| jax-rpc web.xml getting overwritten? | 30 May 2005 21:44 GMT | 3 |
Hi. I have written a full fledged webservice, based on your simple hello sample. The thing is that I need to add to the servlet section of the web.xml the following lines.
|
| Java vs. C++ | 30 May 2005 21:15 GMT | 25 |
My name is Hakim Singhji and I am currently a student at New York University. I am majoring in Information Systems concentrating on Application Development. However, I have not completely decided on which application langauage to concentrate on (yet!). I am fluent in
|
| African Americans and Java/J2EE Development | 30 May 2005 19:37 GMT | 8 |
Recently, I have been doing some job searching, career advancement, you know the deal. I am a J2EE Developer, standard Web application platform, Oracle backend. I have been doing a little Java research, going over how many jobs are growing in different areas, getting a feel
|
| Getting index from a select object? | 30 May 2005 19:27 GMT | 2 |
I have the following selectbox in my jsp page: <select name="myNumber"> <option value="1">One <option value="2">Two
|
| JNI Java and C Problem | 30 May 2005 19:05 GMT | 1 |
I have the following problem. I have an application (with sources) completely written in C. Now I want to write an Java application with possibility to exchange data (int, double, String ...) with my CApp. I have read the JNI tutorial and many posts in many forums.
|
| Default Charset Encoding in JSP page is ASCII | 30 May 2005 19:02 GMT | 1 |
I'm opening a file from my JSP file. If I do not set the encoding to ISO-8859-1 the file is read in as ascii. I checked the encoding with: InputStreamReader fileReader = new InputStreamReader(new
|
| A Java Brainteaser - a Static Factory method Narrative | 30 May 2005 18:55 GMT | 73 |
I had never run into this before but have recently encountered code that is something like: // This code runs - I'm generalizing so forgive unintentional oversights
|