| Thread | Last Post | Replies |
|
| Create a folder from a servlet | 09 Dec 2006 19:35 GMT | 2 |
I have a Bean witch contains this method to create a Folder in my webapp ( I am working with eclipse ) public boolean createFolder(string path) throws IOException { boolean action= false;
|
| JVM and the CLI | 09 Dec 2006 19:33 GMT | 8 |
Does anyone know if the Java Virtual Machine (JVM) implements the Common Language Infrastructure (CLI) standard?
|
| Anyone knows how to create the hash map using structure | 09 Dec 2006 19:22 GMT | 3 |
Anyone knows how to create the hash map using structure typedef struct _STID1ID2ID3 { ACE_UINT32 ID1;
|
| How to parse this postgresql log file? | 09 Dec 2006 19:10 GMT | 3 |
i want to parse a PostgreSQL log file in Java to analyse it. It contains entries that may be 1 to N lines per entry but every entry is preceded by a timestamp that looks like this "2006-12-08 06:36:28". I have read some docs about StreamTokenizer but that did not help me much.
|
| HEAP ALLOCATION, not at the beggining, in the MIDLE of running | 09 Dec 2006 18:56 GMT | 2 |
Hi! I want to know if there is a way to reallocate the RAM memory for a java application that is already running, Iknow that in order to set it initially is like: java -ms32m -mx128m MyClassName
|
| Help w/ primitive type byte | 09 Dec 2006 18:48 GMT | 4 |
I was wondering if anyone would be willing to help me understand what is going on with some code that I came across. It has to do with the primitive type byte. What it's modeling basically is a register in a device such as a remote terminal unit (RTU). The register holds a word
|
| java menu for mobile phone | 09 Dec 2006 16:41 GMT | 1 |
hi, I'm trying to create a menu in my mobile phone by using JAVA. My menu should have 2 selection and each selection should return a different string to my program, does anyone know examples like this or can anybody give me advice about what paths should I encounter..
|
| Java update problem | 09 Dec 2006 16:39 GMT | 3 |
A few days ago Java installed on my machine, an update "jre1.5.0_09". I then deleted what I thought was an earlied version - "jdk1.5.0_06". Now my Java programs work OK but I can not compile - it says "javac is not recognized as an internal or exernal command, operable program or ...
|
| Passing a url with blank spaces... | 09 Dec 2006 14:38 GMT | 13 |
i've a terrible problem and i'm not able to find a solution. I've a jsf application and in my jsp page i need to load a file for an applet (with param tag). Until i give to param an url without blank spaces all it's ok.
|
| how to show C line number AND exception type in JNI exception stack trace? | 09 Dec 2006 08:59 GMT | 1 |
Does anyone know how to display BOTH the C code line number and the Java exception type in a JNI exception stack trace in Java? Printing to stdout or stderr in C is not sufficient, since I need to display the information in a Java GUI dialog box.
|
| Download Java / J2EE Interview questions with answers free PDF | 09 Dec 2006 02:27 GMT | 5 |
Download Java / J2EE Interview questions with answers free PDF Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the
|
| Serialization | 09 Dec 2006 01:52 GMT | 3 |
I have a need to export an object hierarchy to several different formats (xml, pdf, msword, etc). Each format will contain unique information about the obejcts. For instance, the word doc might contain information about the object's depth in the structure while the pdf
|
| How to change the HEAP memory in the middle of computation | 08 Dec 2006 23:49 GMT | 3 |
Hi! I ant to know if there is a way to reallocate the RAM memory for a java application that is already running, Iknow that in order to set it initially is like: java -ms32m -mx128m MyClassName
|
| Giving an application a window icon in a sensible way | 08 Dec 2006 22:34 GMT | 553 |
Hrm. How to go about doing this? I want to give a Java application a window icon in a manner that is independent of how it is installed, etc. The trick is obtaining an Image object for myJFrame.setIconImage().
|
| Generating personalized HTML mail? | 08 Dec 2006 22:33 GMT | 6 |
I'm developing a J2EE application which has the requirement to deliver personalized HTML emails. Ideally, the administrator of the system should be able to provide an HTML template, in which he includes tags which are to be replaced with the personalized content. Much like e.g
|