| Thread | Last Post | Replies |
|
| Constant com.ibm.as400.access.jobList.addJobSelectionCriteria(JobList.SELECTION_JOB_QUEUE | 30 Nov 2006 22:25 GMT | 2 |
I am using the following code to try and return a list of jobs that sre running in QBATCH5 --- QSYSObjectPathName path = new
|
| How to encode a 32-bit TGA file ? | 30 Nov 2006 21:29 GMT | 1 |
Hi together, I am just trying to encode a 32 bit TGA file, which uses the alpha channel. The Problem is: JIMI is able to generate a 32 bit TGA file, but it is not able to read
|
| Create CSV file from resultset in Java | 30 Nov 2006 21:17 GMT | 2 |
I need to be able to read data from a table (ResultSet) and create a CSV file. Once the CSV file is created I want to save the CSV into a SQL Server database.
|
| Why doesn't this very simple code snippet work? | 30 Nov 2006 20:43 GMT | 3 |
// - - - - - - - - - - - - - - - - code import java.io.*; import java.util.*; // __
|
| Design of a pipelined architecture/framework for handling large data sets | 30 Nov 2006 19:19 GMT | 1 |
I am facing an inconvenience which I believe should have been faced before by other Java developers but I am finding it difficult to articulate it in keywords so that google will give me the right answers..so here goes
|
| Best way to work around SQLException | 30 Nov 2006 17:22 GMT | 3 |
Let's say I have the following code: try { PreparedStatement insInvoice = conn.prepareStatement( "INSERT INTO ...");
|
| Runtime.exec() fails sometime to execute a command | 30 Nov 2006 17:09 GMT | 1 |
I have a program thats using Runtime.exec to execute some external programs sequence with some redirection operators. For e.g, I have some command as follows; 1 - C:\bin\IBRSD.exe IBRSD -s
|
| Problem with Javadoc out of memory in WSAD 5.1.2 | 30 Nov 2006 16:43 GMT | 1 |
Good morning, we are using WSAD version 5.1.2 , now we need to create the javadoc of our project but during he creation we have the following error : javadoc: java.lang.OutOfMemoryError: Please increase memory.
|
| cast double array to float | 30 Nov 2006 14:37 GMT | 6 |
Is there a nicer (or faster) way to cast a double[][] to a float[][] than doing loops? Thanks for your answers. Phil
|
| Accessing array classes | 30 Nov 2006 14:10 GMT | 1 |
There is a given object of type java.lang.Class and I want to get the array class corresponding to my class, aka the Class object with a componentType identical to the given Class object. I did it this way...
|
| How to attach VC Debuger with Eclipse Debugger. | 30 Nov 2006 13:59 GMT | 1 |
I have a source file for the JNI code in VC. I have set the break point. but the JNI call is not reaching the code in VC++ from Eclipse. can anyone guide how to achieve this.
|
| can annotations add code? | 30 Nov 2006 13:47 GMT | 8 |
One thing that would be wonderful is if I could add an annotation say @logthis public void doSomething() { int i=0;
|
| Join Multicast Group from different subnets | 30 Nov 2006 13:38 GMT | 7 |
I am trying to get two machines on two different subnets to join the same multicast group. Once they join they periodically send messages to one another via the group, however, right now they don't seem to know of each other. this could be a firewall issue, but I wanted to
|
| why isnt this scroll panel scrolling? | 30 Nov 2006 10:49 GMT | 3 |
heres my class file. All I am trying to do is get the scroll panel to have a scroll bar and the ability to scroll. Why does changing the size of the JScrollPane have no affect on it when I run the program? What do I have to do to gain scrolling
|
| How to parse and manipulate a binary stream | 30 Nov 2006 08:55 GMT | 5 |
Apologies in advance if my question is silly or trivial. I'm trying to write a servlet that reads data from another source in byte[] form and, having parsed this data stream and made a couple of modifications, sends the modified data to an appropriate application whereby it can be
|