| Thread | Last Post | Replies |
|
| learning the java environment | 26 Apr 2006 15:21 GMT | 7 |
Dear group, I am an experienced C++ programmer and want to do something in Java to broaden my possibilities and not be dependent of one playing card. Now the language as such, that's not that difficult. Then there is the
|
| How to Use A DLL in Java program. | 26 Apr 2006 15:07 GMT | 5 |
I have a Legacy code in Microsoft DLL I need to use the functions in that DLL.Is there any way to import a DLL in java program and how to use that functions in java program. and is there any third party tools for this.
|
| JTextField | 26 Apr 2006 14:13 GMT | 3 |
helo friends Is there any way by whicj I can fix the value in JTextField on mouse click. I have used setEditable(false); , but it is not working.
|
| Is it a good idea to get exposure to both Java & .NET in the industry? | 26 Apr 2006 14:06 GMT | 7 |
I'm interested in both Java and .NET. Do you think its a good idea to seek exposure to both these technologies in the IT industry? Wouldn't it defeat my being able to gain expertise in a specific technology? How important is it to be generic viz-a-viz specific?
|
| How to set a breakpoint in <clinit> using JVMTI | 26 Apr 2006 13:41 GMT | 2 |
Does anyone know how to get a Method or Constructor object for <clinit> (which we know isn't either), to be able use it in JVMTI's SetBreakpoint() in order to set a breakpoint in
|
| SCBCD | 26 Apr 2006 11:39 GMT | 1 |
hi friends, i cleared my SCJP exam and now looking for SCBCD. any pointer to tutorials nad mock exams would be appriciated. friends also plz tell me from where should i start?
|
| Question concerning writing image as JPG using imageio | 26 Apr 2006 10:59 GMT | 2 |
Here's the code that I'm using: Iterator writers = ImageIO.getImageWritersByFormatName("jpg"); ImageWriter writer = (ImageWriter)writers.next(); ImageOutputStream ios = ImageIO.createImageOutputStream(new
|
| for each and non-java.util.* collections | 26 Apr 2006 10:30 GMT | 11 |
If I have the following class: import java.util.Iterator; // the simplest possible collection that does something useful with all the Iterator mandated
|
| Java Threads | 26 Apr 2006 10:24 GMT | 12 |
I am running a java program on a multiprocessor environment, and I am having real tough time getting it to make use of the second CPU there. The program is using fixed ThreadPool of 100 workers for the threads. Is there some magic option I need to enable the use of second CPU?
|
| JNI: Debugger | 26 Apr 2006 10:15 GMT | 9 |
I have terrible bug in my JNI code and I would like to use a debugger such as the debugger of Eclipse (for java) or the VC++. However, because it is a JNI code, I don't know how to "see" my java and c++ variables/objects.
|
| tabs don't work in netscape when using css | 26 Apr 2006 08:55 GMT | 3 |
i am using css for which tabs don't work in netscape 6.1.Is there a solution to get around this problem?
|
| How to access parameter values located inside objects being held inside a Vector | 26 Apr 2006 05:41 GMT | 1 |
Hi all; I am writing some code that will be part of a website that will have the ability to allow customers to place items into a shopping cart and then purchase them. The way that the shopping cart works is that a products page
|
| Is there a java.util.Scanner that works in 1.4.2 out there? | 26 Apr 2006 05:41 GMT | 2 |
Something other than JTopas (yecch). Help would be really appreciated.
|
| ArrayList question | 26 Apr 2006 03:49 GMT | 3 |
If you have ArrayList<Integer> and you want to use the remove method that takes the Integer reference rather than the int value, how do you do it so that the compiler knows which version you are wanting? Lawman
|
| OT, ATTN: Chris Smith; TOPIC: Jinx | 26 Apr 2006 01:28 GMT | 5 |
This message is directed at Chris Smith, as I assume he is the administrator of JINX (http://riters.com/JINX/index.cgi/); it's posted in this newsgroup, because I couldn't find his e-mail address anywhere to contact him directly.
|