| Thread | Last Post | Replies |
|
| colt: binomial distribution broken? | 09 Mar 2006 08:34 GMT | 6 |
I have a problem with the Binomial Class in Colt. It usually works fine. However, with small probabilities, it does not work anymore (it always returns 0). e.g.
|
| I know nothing about Java but is this possible | 09 Mar 2006 07:36 GMT | 2 |
I need a program that extracts the file creation date and time from an AVI(mjpg) file(eg: movie.avi) and then inserts that info/text inside a text file that already has some text. So.. in effect the extracted date and time is inserted into the subtitle file(eg: subtitle.ssa) for ...
|
| ClassNotFoundException using Java2WSDL command | 09 Mar 2006 07:14 GMT | 1 |
I'm using the Apache AXIS Java2WSDL tool to generate a WSDL file from my Java source file. I am getting a ClassNotFoundException exception. I'm not sure if the problem is command line options or just a simple, stupid mistake on my part. Here is the scenario:
|
| problem with InetAddress.getaddress | 09 Mar 2006 06:53 GMT | 1 |
I'm trying the following: InetAddress ServerAddress = null; ServerIPAddressBytes = IPMapper.GetIPAddressAsByteArray(ServerToConnectTo);
|
| events of combobox | 09 Mar 2006 06:43 GMT | 4 |
Please take a look onto following code. Questions: Why don't I get any mouse event? While clicking onto the arrow to open the box, I want to load/change the
|
| java & CGI | 09 Mar 2006 05:22 GMT | 4 |
I am a programming student attempting a quoting system (similar to what geico does) for my job. I've written a program that is executable from the command prompt that returns the expected values, but I need it to work with a webpage.
|
| Multi Application GUI Framework - Eclipse RCP? | 09 Mar 2006 04:00 GMT | 3 |
I'm working on something where multiple independent applications will need to present a unified GUI. The applications themselves are not necessarily going to be interoperating (nor am I looking for a framework to support communication between applications). However the
|
| Dual Core Opteron and Java threads | 09 Mar 2006 01:52 GMT | 5 |
I'm Considering a new workstation with 2 dual core opterons running FC4. I'm wondering if anybody has had any experience with an architecture like this, and had any comments on any known issues? Specifically regarding Java threads, how the VM treats each core in
|
| Running Total in Array | 08 Mar 2006 23:56 GMT | 1 |
I need to include a running total in the following array. I have attempted it but I went wrong somewhere but not sure where. Any help would be appreciated. Ian
|
| Problem in serializing objects in session | 08 Mar 2006 21:45 GMT | 4 |
We are facing a problem when we try to store a excel file in session and then retrive it from the session. Everything works fine if we hit the URL on the server directly but when we go via a proxy, then things fail.
|
| wait for a socket | 08 Mar 2006 19:59 GMT | 6 |
I am connecting to a web server and submitting a data request. The web server initially responds with an acknowledgment and then I have to wait for the result from my data request. I have up to 90 seconds to wait before closing the socket.
|
| JiBX - Marshal document to string instead of file | 08 Mar 2006 19:55 GMT | 2 |
Hello everyone. I am new to JiBX and so far really love it. Simple to use, fast, etc. The problem I am having is that I need the IMarshallingContext object to marshall the object into a String, not to a file. How would I go about doing this?
|
| How to call Struts Action using JavaScript | 08 Mar 2006 18:45 GMT | 3 |
My web page has a drop down box, and I want to call struts action as soon as the value changes from the drop down. (Basically submit a form using JavaScript on "onchange" event of dropdown)
|
| Problem with replaceAll | 08 Mar 2006 18:09 GMT | 3 |
I am having a problem with the replaceAll(str1,str2) method in java. I am actually taking a substring from a user input, parsing it and then I am doing: userInput = userInput.replaceAll(str1,str2)
|
| JOptionPane.showMessageDialog font? | 08 Mar 2006 16:51 GMT | 2 |
Can anyone tell me how to, if possible, select the font that showMessageDialog uses in windows? Thanks, Matt
|