| Thread | Last Post | Replies |
|
| java command line space & escape character parser for Runtime.exec | 01 Nov 2006 00:07 GMT | 4 |
I'm trying to execute a string of command using Runtime.exec. This string may contain space or other meta-charcters which has been escaped. Does anyone know any tools out there does the parsing and possibly put them into an array or in a collection for me?
|
| how to do remote installation using java ? | 31 Oct 2006 23:12 GMT | 1 |
I m doing a project of LMM(Lan management and monitoring system) in which I hv to remotly install client application from server.. is any one has any idea how to do remote installation in java...?
|
| Eclipse IDE: cannnot create project in this location ... | 31 Oct 2006 22:18 GMT | 1 |
Something has been bothering me for a long time already is the error message from Eclipse when you try creating a Java project from existing source and it shows the silly error message "can not create project"
|
| BigDecimal don't understand, doesn't add up right | 31 Oct 2006 20:41 GMT | 3 |
I don't understand how I am suppose to use the bigdecimal class. If i do this: BigDecimal total = new BigDecimal(0); total.add(new BigDecimal(100));
|
| session-timeout | 31 Oct 2006 20:39 GMT | 1 |
I set the session timeout as <session-config> <session-timeout>10</session-timeout> </session-config>
|
| Newbie: iterating two collections | 31 Oct 2006 17:37 GMT | 5 |
I have two ArrayLists: List<Boolean> A and List<T> B with same size. I want something like for (int i =0; i < A.size(); i++) { B[i].booleanValue = A[i].booleanValue); }. Just one to one value set. I am pretty new to
|
| open source reverse engineering tool for java | 31 Oct 2006 16:56 GMT | 1 |
i am seeking for a open source reverse engineering tool for java. can any body tell some tools. i am used to understand for java. but i am permitted to use open source tools at work place and not trial software. so i am in need of such a open source reverse engineering
|
| Build standalone executable | 31 Oct 2006 15:53 GMT | 4 |
Hi, all, I'm sorry if this is a silly question, but I've googled without success. I have a little applet that processes some numbers and plots them; it uses classes from my own body of code and from libraries like
|
| JavaBeans and ArrayLists | 31 Oct 2006 15:49 GMT | 1 |
I am trying to build a JSP web form that lets the user insert a compund condition (a pile of AND and OR'S). I am still clueless about the web form layout itself (cause basically it should be a tree, not a form), the processing currently is done by a javaBean on a single condition
|
| opening a html page from applet | 31 Oct 2006 15:11 GMT | 6 |
This is Raj. I was new to java. And want to open a JSP page from applet when mouse clicked on a image. But when I tried for it I got only source code of that web page. Can you please help me. Thank Q in advance
|
| Needed - C++ Experiened Java Professional ! | 31 Oct 2006 14:21 GMT | 2 |
Immediate call for Java, C++ Professionals, with a Bangalore based Product Development company ! Exp: 3 to 10 years Work location: Bangalore
|
| How to set a character of a String? | 31 Oct 2006 14:19 GMT | 5 |
Hi, I would like to know how to set a character of an String object. It's just like the opposite of charAt() method which returns the char at a given position. TIA
|
| need help | 31 Oct 2006 13:17 GMT | 2 |
while trying to execute a java program I got this execption: Exception in thread "main" java.lang.NoClassDefFoundError: epsontest/EpsonTest and this my script for launching jvm:
|
| JBuilder and Eclipse? | 31 Oct 2006 13:04 GMT | 10 |
A while back, there was some talk or even announcements (?) about JBuilder becoming open source and/or an Eclipsized version of JBuilder being developed. Whatever happened?
|
| vijaya | 31 Oct 2006 11:51 GMT | 5 |
How to get an Image from mysql database, and display it froma java program?
|