| Thread | Last Post | Replies |
|
| help needed @ Listener to combo-box | 28 May 2006 12:39 GMT | 7 |
below is my code. Please find my question between '?'ed lines. //------------------------------------------------------------ // CREATE COMBO BOX //------------------------------------------------------------
|
| Exception in thread "main" | 28 May 2006 11:44 GMT | 2 |
Hi, I'm trying to start a class under eclipse that return en exception in thread "main". I executed many codes without any broken message. How to fix that ? Thanks in advance. # The class :
|
| Struts and context | 27 May 2006 21:49 GMT | 1 |
I have a doubt with struts. How do I put some value in a context of application from an action? I have a web application with a "listener" that puts "ds" key in the context of application with de value of a Datasource retrieved with JNDI
|
| I found a bad error: queue overflow, no 281 lenth = 2b8c, can you help me? | 27 May 2006 20:04 GMT | 3 |
Develop envioronment: jbuilder 2006 recently I did a producor and cosumer program, the producor produce msgItem and the consumer consume the msgItem. But when I run the program, I found the following error, can somebody help me?
|
| SAX character array | 27 May 2006 16:34 GMT | 3 |
I am trying to parse a zipped XML file (open document spreadsheet). It is composed of one long line of code. The SAX parser takes character arrays of only 2048 characters. When a character argument spans this break, the result is a second parser call to
|
| problem with creating JAI grayscale image | 27 May 2006 16:24 GMT | 5 |
I need your help. I am trying to convert a 12 bits grayscale image to BufferedImage from byte array. But the output image was very poor contrasted. I tried everything I could think about (by using lut operator, indexColorModel,
|
| Problems with setting up Standard JVM | 27 May 2006 13:59 GMT | 2 |
Dear Eclipse users, I'm new to Eclipse and have the following problem : I installed eclipse (3.1) and got it running on my system (Solaris 10). But if I want to compile my Java program (just a hello world program),
|
| Dumping object structure to screen ?! | 27 May 2006 08:01 GMT | 13 |
Is there a easy way to dump a object structure to the screen or String ? .toString() doesnt do what I need. thanx in advance
|
| Unable to connect to Oracle 10g Free Express Edition from NetBean IDE | 27 May 2006 06:42 GMT | 2 |
I am trying to connect to an Oracle 10g Free Express Edition database that is running on the local machine from the NetBeans IDE. I am using the driver : sun.jdbc.odbc.JdbcOdbcDriver. The database URL has been input as:
|
| Heap Dump Tool | 26 May 2006 23:04 GMT | 2 |
I have to analyse a heap dump file. I try to get a good analyzer but only found HAT (Heap Analysis Tool). Nobody knows another good tool to do this? Thank you in advance,
|
| Searching google in java | 26 May 2006 22:52 GMT | 18 |
Im working on a project that involves searching with google. I have been getting an http 403 error with the following code: import java.net.*; import java.io.*;
|
| Tap on heap while debugging | 26 May 2006 22:47 GMT | 2 |
I have written a fairly complex program which converts mathematical formulae into tree automata, and am in the process of trying it out with different formulas. The results are discouraging, I get an OutOfMemoryError: Java heap space with fairly small formula. Now I have
|
| text in different colors in JTextArea | 26 May 2006 22:25 GMT | 2 |
How to display a text fragment in different color or in a different font then other part of text in JTextArea ?? thanks :)
|
| How to handle mouse events in JPanel? | 26 May 2006 22:23 GMT | 1 |
I want to write a subclass of JPanel. The new kind of JPanel can handle Mouse Events so that I can click inside of it and create rectangles. I have looked at MouseInputAdapter(abstract class)
|
| using DLL functions inside Java | 26 May 2006 20:45 GMT | 3 |
I need to call functions in an existing DLL using Java. I learnt from other website that a intermediate DLL is needed to create, which contains DLL interface and JNI haeder, to call the existing DLL. The intermediate DLL serves as a middle interface between my java class and the ...
|