| Thread | Last Post | Replies |
|
| Eclipse Not Recognizing CDT Plugin | 05 Oct 2006 03:08 GMT | 2 |
I downloaded the version of Eclipse 3.2.1 and CDT 3.1.0 plugins for AIX. I installed Eclipse on AIX by simply extracting the zipped file. I then unzipped the CDT plugin into the eclipse directory. When I open Eclipse, I do not see the CDT perspective.
|
| Inconsistent RGB Values from BufferedImage | 05 Oct 2006 01:06 GMT | 1 |
I am experimenting with reading color values out of image files (jpg, gif, etc.), and have been using ImageReader to do so. What I am trying to do is make changes in RGB values for the pixels of an image translate to different actions --> consider a 2x2 pixel image, if the
|
| Netbeans, Tomcat 5.5, JDK 1.5 and Web Services | 05 Oct 2006 00:18 GMT | 1 |
Has anybody successfully set up Netbeans 5.0, Tomcat 5.5, JDK 1.5 and web services 2.0? The Sun site seems to push the the Sun Application server and isn't real helpful.
|
| about using streaming API for file upload | 04 Oct 2006 23:01 GMT | 1 |
I am using streaming API of Apache Commons Fileupload. I got the following error: FileItemIterator cannot be resolved or is not a type I looked at the file commons-fileupload-1.1.1.jar, it looks like does
|
| How to use Java to talk to Fortran program? | 04 Oct 2006 21:36 GMT | 3 |
I am a Java programmer. Recently I need to build a Java gui which calls Fortran programs doing computation. Could anybody give me some suggestions how to get start with this? Thank you very much.
|
| Add Listeners to JMenuBar | 04 Oct 2006 20:18 GMT | 1 |
What is the easiest way to add an ActionListener to every JMenuItem in a JMenuBar (asuming that the JMenuBar has already been created)? I have a general idea - but it seems like having to recursively iterate through every item in the menu is overkill - or is that really the only
|
| <identifier> expected error | 04 Oct 2006 20:04 GMT | 4 |
I have the following code which uses hashmaps within hashmaps to store different views on a set of objects depending on their attributes: class MCPStore { HashMap<String, HashMap> categories = new HashMap<String, HashMap>();
|
| Cookies and Java | 04 Oct 2006 19:29 GMT | 4 |
I want to get data from URLURL using Java. If I use wget as the following, I will get the result: wget --user-aget=Mozilla/5.0 --cookies=on "URLURL" So I tried to use cookies in Java but can not figure out how. Here is
|
| Swing App question | 04 Oct 2006 18:53 GMT | 3 |
I have a swing app I am working on and I have the following GUI classes with the given hierarchy: MainPanel BuddyListPanel
|
| javax.naming.NameNotFoundException: Name "comp/env/ejb/mybean" not found in context "java:". | 04 Oct 2006 17:55 GMT | 2 |
The bean is configured in the application deployment descriptor, but its giving this error in the console whenever i try to run a jsp that makes use of the bean. i configured ejb references in the descriptor and made sure the bean's jndi name is ejb/mybean. What could be the
|
| which jar file has javax.crypto package | 04 Oct 2006 17:06 GMT | 2 |
Can someone tell me which jar file has javax.crypto package? Also, where can I find this jar file online? David
|
| Maximum connections/sockets/threads? What's going on! | 04 Oct 2006 16:01 GMT | 5 |
We are trying to test the maximum socket/connection load on our brand new Mac Pro. I have set up on the Mac Pro server a basic server application that waits for connections and receives them.
|
| hi friends do this | 04 Oct 2006 15:32 GMT | 12 |
"Make an Exception class (InvalidInputException) such that 1)Anyone can set the message explicitly. 2)With every message, there should be a text like ""[Name of class]"" This Exception will be thrown if user enters the age below 1 or above
|
| notfiy() and wait() | 04 Oct 2006 15:23 GMT | 6 |
Can anyone shed any light on why the wait() method doesn't recognise that a notify() has occured before it's called? I have a simple thread for a message queue running a loop like: public synchronized void addItem(Object item) {
|
| GUI? | 04 Oct 2006 14:57 GMT | 3 |
I'm just a beginner in Java, and I was never programming wind. aplication. My brother asked me to make a simple aplication but, as I said i do not know, but it sounds quite easy:
|