| Thread | Last Post | Replies |
|
| public attributes, wrong? | 24 May 2005 14:03 GMT | 39 |
In some simple cases I have structures which could easily be modeled as such: class DataPiece { public int someInt;
|
| External process output missing | 24 May 2005 13:13 GMT | 1 |
I'm using Runtime.getRuntime().exec(procedureFile) to run external system commands stored in procedure files, and I get their output from process.getInputStream(). This works OK in Windows, but when I try it in a Unix system I get the
|
| Multi-threading profiling/debugging | 24 May 2005 12:13 GMT | 1 |
What IDE, debugger, profiler or the like has best features for diagnosing problems in multi-threaded Java program? And is it lexically compilant with the new java.util.concurrent classes? Thanks in advance.
|
| what design pattern is this? | 24 May 2005 11:04 GMT | 12 |
Here is the scenario: I have an interface which defines get methods for data that will make up a row in a table. However, the source of this data may, over time, switch/change (The company may choose to change data providers).
|
| war file | 24 May 2005 08:03 GMT | 3 |
what should i write in build.xml to include my java source files in war file thx for help Marcin Go³dyn
|
| C + Java | 24 May 2005 07:55 GMT | 2 |
I'm a newbie of Java language and I would like to know how I could create a GUI in Java for a console program written in C, 'cause I'd like to write a platform indipendent Graphical application. I found out some helps at
|
| returning multiple arrays from a java method | 24 May 2005 07:50 GMT | 3 |
i've already posted this message in another ng, so excuse the cross post. i've written a method that returns three 3-dimensional arrays, and my question is to how to return these arrays without putting them in another array and returning that. someone mentioned the use of lists, ...
|
| [OT] Which technology might I use for this web application? | 24 May 2005 04:33 GMT | 2 |
I apologise for this post which is probably off-topic but I can't post it correctly until you respond! Each instance of my application consists of a single web page that displays the names of the users and a few check boxes, filled in by
|
| xml tree from java | 24 May 2005 04:33 GMT | 1 |
I want to create an xml file of the directory structure, The directory contains *.jpg and other files. I only want the tree to display location of just the jpg files along with it width and height. (image dimensions)
|
| How is Object.hashCode() computed? | 24 May 2005 03:16 GMT | 2 |
Is hash code just a reference to some memory location, i.e. the same thing as a ptr in C/C++ or is it an actual "fingerprint" of the instance. The reason for asking is I am writting a hash table based DB and want
|
| Where did Castor go? | 24 May 2005 02:21 GMT | 3 |
The www.castor.org project seems to be gone. I loved this XML-Java binding framework and I am wondering if anyone are aware of what has happened to it?! Thanks,
|
| How to unexport or shut down programmatically created rmi registry? | 24 May 2005 01:17 GMT | 1 |
I want to start and shut down the rmi registry programmatically. To start a registry is very easy: LocateRegistry.createRegistry(1099); I thought stoping is easy, too:
|
| Such thing as a PC java mobile phone game emulator for pc ??? | 24 May 2005 00:51 GMT | 1 |
Such thing as a PC java mobile phone game emulator for pc ??? I like games of any kind :) Thanks. /ps Would Be most interested o=in one that playsall games, From all
|
| inputstream length? | 23 May 2005 23:05 GMT | 6 |
How can I get length of inputstrema. The code is as follows: InputStream r=new FileInputStream("test.txt"); I need to know the length of inputstream in order to store in in database like
|
| How to declare an XML namespace prefix with DOM? | 23 May 2005 22:11 GMT | 8 |
I have been looking at the Document and Element interface, but I see no way to declare a namespace prefix. How is this supposed to be done?
|