| Thread | Last Post | Replies |
|
| How can I empty a file? | 29 Jul 2006 02:35 GMT | 4 |
How can I accomplish something like this: % cp /dev/null somefile in Java?? Thanks,
|
| Who specifies Java? | 29 Jul 2006 02:15 GMT | 7 |
We know that Java is specified by Sun Microsystems, Inc. On the other hand, a language is specified by its specification and in the case of Java this is the JLS. The specification is specified or written by its authors. The authors of the JLS are:
|
| Class dependency problem | 29 Jul 2006 00:04 GMT | 11 |
I'm looking at doing some class loading in batch for an application I'm working on. The problem with this is that I need to get a list of all the classes that are used in the class I'm looking at so I can load all the dependencies. There won't be any use of dynamically loading ...
|
| Eclipse IDE and jar files | 28 Jul 2006 22:25 GMT | 1 |
At work, I see a number of Java files that do not have the 'import' statements (such as "import org.apache.commons.lang.StringUtils") and so Eclipse IDE 3.1 gives context-sensitive error message like 'StringUtils cannot be resolved on lines where StringUtils are implemented. Is ...
|
| XML file from one DTD to another DTD | 28 Jul 2006 21:48 GMT | 2 |
I need some help and advice with creating an XML file. I have the following inputs: DTD 3.0 , DTD 4.0 and test.xml file that is for DTD3.0 Task to accomplish :Create a new test2.xml with the same values of
|
| how to exceute shell scripts in unix server(telnet) from java application which is on windows? | 28 Jul 2006 21:46 GMT | 2 |
Thanx for your valuable information. But i dont have much knowedge regarding struts. I came to know that we can connect to unix telnet ID and execute the scripts from a java application
|
| Cannot New a Type Parameter? | 28 Jul 2006 21:26 GMT | 2 |
The java compiler doesn't seem to allow the line (see below for full code): E item2 = new E(); with E a type parameter to a generic method.
|
| Slightly OT: Strange Eclipse Error -- Giant Cursor, Blank File | 28 Jul 2006 21:23 GMT | 1 |
No answer yet on the Eclipse newsgroup for this one, so I'm posting here.... When I open eclipse, my .java files are not being displayed. The file is simply blank and bluish (as if it's been selected), with what
|
| csvjdbc class loading problem | 28 Jul 2006 21:15 GMT | 8 |
Hey everyone. I'm trying to use csvjdbc.jar, a driver for reading comma-separated flat-files as a database (search on sourceforge for csvjdbc). In the example code that I have, it says to include the following line:
|
| To getenv or not getenv | 28 Jul 2006 20:48 GMT | 2 |
I'm using 1.4.2 for some commecial development. I was just about to set a property and pass it on the command line when I noticed that System.getenv is not deprecated in 1.5.0. So is it bad form to use a deprecated 'getenv' in 1.4.2 given its new lease of life in 1.5.0??
|
| integer to string | 28 Jul 2006 19:54 GMT | 4 |
I want to convert an integer number to a string equivalent for Excel such that 0 = A, 1 = B,
|
| Basic questions on bluetooth with MIDP | 28 Jul 2006 19:49 GMT | 1 |
i'm thinking about writing a small freeware for java based mobiles and i hoped that someone who is more experienced on that topic could spill some light on if the thing is doable or not :-)
|
| How to subscribe the user groups not through a university email account? | 28 Jul 2006 19:27 GMT | 1 |
I am leaving the position and my email account from the university will expire soon. I am wondering how I can still subscribe the user group through other means, like yahoo. Thank you.
|
| Uploading a directory... | 28 Jul 2006 17:19 GMT | 3 |
i've a simple question for us. I'm using Myfaces upload library to let my JSF application to upload a file into a mysql db. My question is:
|
| Any web-based video chat client/server package? | 28 Jul 2006 16:24 GMT | 1 |
Do you know about any (possibly free) client/server toolkit I could use to embed simple video chat functionality into a website? Something with a server I could set up (so I could stay independent from 3rd party services) and video chat clients that would show up in
|