| Thread | Last Post | Replies |
|
| Logic | 09 Jan 2006 02:58 GMT | 12 |
If I code my app in c#, I can port it to mono and use it in Linux. If I code my app in java, I can use it in Linux or windows. If I use Windows to code my app in c#, and use VS.NET, it costs money but is efficient.
|
| Getting http response code | 09 Jan 2006 01:01 GMT | 4 |
Quick question -- If I do url processing such as: try { URL url = new URI(address).toURL(); InputStream is = url.openStream();
|
| Installing sdk v1.4.2 on windows XP | 08 Jan 2006 23:08 GMT | 1 |
When I download and try to intall Java on windows, I get an error. The error is: jre\lib\rt.jar old file not found. file of same name found.
|
| want info | 08 Jan 2006 22:16 GMT | 5 |
hai is there any inbuilt class to know size of an object..something like sizeof function in c. regards
|
| Execute commands later | 08 Jan 2006 12:07 GMT | 36 |
Is it possible in Java to do the following? I would like to queue a list of java statements to run at a later time. For example queue System.out.println("command one")
|
| Runtime.exec classpth | 08 Jan 2006 09:22 GMT | 2 |
if I want to run a java application from the same java application: meaning parent process spawns a child process, but passes different parameters (to avoid infinite spawning); does the child inherits parent's classpath and other configurations
|
| about jms messages | 08 Jan 2006 04:03 GMT | 1 |
How can i create amessage and send it. and how can i configure and run it in Websphere Studio Application Developer.
|
| Connection SQLServer 2005 with jdbc | 08 Jan 2006 03:59 GMT | 2 |
Here is my code : ------------------- package bdd; import java.sql.Connection;
|
| j2me resize image | 08 Jan 2006 03:40 GMT | 1 |
I have an image 100x100 and I want to render it in a region 128x150 for instance. How? any resources?
|
| RunTime exec configuration for the child | 08 Jan 2006 02:59 GMT | 1 |
if I want to run a java application from the same java application: meaning parent process spawns a child process, but passes different parameters (to avoid infinite spawning); does the child inherits parent's classpath and other configurations
|
| What is the flowchart symbol for 'try' and 'catch'? | 08 Jan 2006 02:16 GMT | 1 |
Only java has try and catch as far as i know. What is the flowchart symbol for it? Thank you so much.
|
| update GUI question | 07 Jan 2006 22:49 GMT | 6 |
I have a question and I think I have a fundamental mis-understanding with Swing. If anyone could help or give me any pointers I would appreciate it. I have written a search program that looks for particular files and
|
| struts indexed form elements not getting into form bean | 07 Jan 2006 21:29 GMT | 1 |
I'm using struts 1.2.7 and I've got what seems like should be a rather simple task to complete. I've got a form that lists an arbitrary number of items in rows. I'm iterating through a collection to generate this list, so I'm using the indexed attribute on all the html
|
| Regex help | 07 Jan 2006 20:11 GMT | 1 |
Help! I'm trying to create a regex and I can't quite seem to get it right... I'm trying to get several arguments out of a string which looks like: args=['arg #1']
|
| about attachments | 07 Jan 2006 19:57 GMT | 3 |
how can i send a message with attachments and no attachments
|