| Thread | Last Post | Replies |
|
| Flash with server side java | 02 Mar 2006 19:20 GMT | 3 |
Can someone please post a "hello world" app with Flash and server side Java? I tried reading the following document on macromedia site and it flew over my head. http://www.macromedia.com/devnet/blackboard/articles/flash_remoting_design_4.0.html
|
| Creating new Jar, same code different MD5 ? | 02 Mar 2006 18:27 GMT | 4 |
If I compile some code and create a jar and related md5 file using ANT the checksum in the md5 file is different everytime even though the code hasn't changed. Any idea's why this is so how it can circumvented ? I suspect there is some timestamp information coming in somewhere.
|
| BigInteger() | 02 Mar 2006 16:52 GMT | 13 |
Can anybody give me some help using BigInteger() in Java, I have tried the API but I am still unsure on how it works. I am simply trying to store big integers taken in from a user and do simple arithmetic operations on them.
|
| JNI Tutorials | 02 Mar 2006 16:33 GMT | 2 |
Hello friends we need a intro in JNI technology can anyone plz help us out by forwarding us some tutorials or link to some good sites where JNI is explained in detail thanks...
|
| Sending an IP address to a ServerSocket without name resolution? | 02 Mar 2006 16:24 GMT | 5 |
I am writing a simulation which needs to maintain a table that maps host names to IP addresses. Because I will be connecting to simulated hosts, the hostnames do not exist in DNS. I will, however, be connecting to real hosts. I need a way to create a ServerSocket that
|
| Newbegi - JDialog (non modal) always on top | 02 Mar 2006 16:05 GMT | 8 |
In my application i would like to have the Jdialog always on top without setting the modal property as true. I referred to one solution provided in this forum which said: "to make the dialog a WindowListener to itself and then call this.toFront() in the windowDeactivated()
|
| How can I replace our old system with J2EE | 02 Mar 2006 15:56 GMT | 1 |
We develop the document management system for clarifying and sharing all files in an organization.The Metadata for each files are controlled by central metadata server and files are uploaded to the dataset servers, which can be located remotely we are targetting
|
| Keystrokes: physically-pressed-event needed | 02 Mar 2006 14:46 GMT | 2 |
I need to listen to an event that tells me when the user physically presses and releases a key. I cannot achieve this easily with the normal keyPressed, keyReleased, or keyTyped-events, since after when a key is pressed for more than half a second or so I get repeated events (all ...
|
| MS Excel ODBC driver configuration in WSADv5.1 | 02 Mar 2006 14:27 GMT | 1 |
I am using an ODBC driver for MS Excel in my java program, that communicates with the Excel spreadsheet. I am facing trouble in configuring the driver in WSADv5.1. please help.
|
| [JExcel API] how to insert object into cells | 02 Mar 2006 14:19 GMT | 1 |
i got solution to my previous problem.thanks to all who have responded. i have one more problem.. i am using Jexcel api. i want to insert object like file in some cell
|
| doubt about socket programing | 02 Mar 2006 13:46 GMT | 3 |
my client side programme import java.net.*; import java.io.*; class vissock1
|
| Package scope turbulence with JNI | 02 Mar 2006 12:54 GMT | 2 |
I've successfully execute the JNI examples, and have a nice hello world program that uses JNI. However, the test examples use the default package. When I try to move my code to another package, I get unsatisfied link errors.
|
| A Java script program needed for sorting the columns? | 02 Mar 2006 12:51 GMT | 1 |
col 1 col 2 col 3 col 4 row 1 1 8 6 1 row 2 2 7 4 0 row 3 3 9 5 1
|
| Displaying Palette Tiff Image using JAI (very slow when scale operation is performed) | 02 Mar 2006 10:19 GMT | 3 |
I have to open tiff files quickly. When I open a palette tif image at its original size it opens up quickly but if I scale it down it takes a long time to display. However a non-Palette tiff opens up quickly both original size and
|
| WebSphere 5.1 is not having split() method in String class | 02 Mar 2006 10:11 GMT | 3 |
hi all i am using WebSphere 5.1 but it is not supporting split() function of String class. what should i do?
|