| Thread | Last Post | Replies |
|
| specifying multiple targets | 24 Mar 2006 18:40 GMT | 1 |
Multiple targets can be specified when ant is run from the commandline. Is it possible to specify multiple targets when ant is called with in an ant script? something like
|
| Java ME | 24 Mar 2006 16:42 GMT | 7 |
Is Java ME a newer version of J2ME? Jeff
|
| XML Java Questions | 24 Mar 2006 16:17 GMT | 3 |
I'm just getting started with XML and have been trying to write out my xml document to a file. The data itself looks correct, but I have two formatting questions: 1. Each tag has a 'word:' appended to the beginning of it. For
|
| Converting HTML to XHTML (JTidy,OpenXML,Xerces) | 24 Mar 2006 14:35 GMT | 9 |
After 2 weeks of search/hit-and-trial I finally thought to revert to the group to find solution to my problem.(something I should have done much earlier) This is the deal :
|
| Eclipse Trouble importing javax.swing.j anything | 24 Mar 2006 14:22 GMT | 2 |
I am using eclipse and when i try to import import javax.swing.JFrame It give me a "cannot resolve JFrame" error. Is there something in need to set before being able to use Jbutton,
|
| RegExp and Java | 24 Mar 2006 12:59 GMT | 4 |
Can Java handle this kind of expression when using Regular Expressions? I have a string that can vary, it might e.g. contain two following values: 001111112222 or 0011111133333333 I tried to use Pattern and Matches classes using this kind of pattern
|
| ipc in java | 24 Mar 2006 12:57 GMT | 11 |
Does there exists any ipc mechanisms in java similar to what is available in os's, such as pipes, shared memory etc. or is the only ipc in java sockets and files? /tom
|
| Tomcat servlet problem with session attribute | 24 Mar 2006 12:45 GMT | 2 |
A strange problem, I think... I have a basic HTML form sending username and password to a servlet. This servlet uses an external class to set up a DB connection, using the username and the password to get the login access.
|
| How the Output save in text.txt file,I m able to run Linux command by java code | 24 Mar 2006 12:41 GMT | 3 |
Hi Professionals, Please guide me how to run linux command(df -h > text.txt) with director by JavaCode. i have made code ....which run the file but we unable to write all
|
| How to access to a remote host? | 24 Mar 2006 12:36 GMT | 5 |
Hi to all! I'm new of Java and I'm trying to develope some application to improve myself. I have just built a simple application that, by class File(), displays
|
| JNI: shared library has undefined symbol | 24 Mar 2006 12:26 GMT | 1 |
I am trying to call a C++ function through JNI, but when I execute my Java programm I get this exception: Exception in thread "main" java.lang.UnsatisfiedLinkError: /dualy/home/kapanikis/set_on_top.so:
|
| How to find the available free space in a system using java | 24 Mar 2006 12:12 GMT | 2 |
is there a way of finding the hdd space, free space ,temp space and swap space etc using java ? since the system class of java corresponds only to the jvm, how does one actually get hold of the system info...is there an OS dependent way of doing it ? supposing my
|
| Covariance of Java primitives | 24 Mar 2006 12:03 GMT | 6 |
Since the JVM omits a critical 64-bit abstraction (long array indices) I've created some custom int indexed and long indexed sequence classes. The long indexed classes have to emulate contiguous blocks of memory (with all the overhead that this entails). Note that Java's so-called ...
|
| doubly linked list | 24 Mar 2006 10:30 GMT | 3 |
I want to insert a node in an sorted doubly linked list of integers in ascending order. The list should not have duplicate nodes. I need an algorithm (assuming an object oriented language) bye
|
| help me in learning java | 24 Mar 2006 09:27 GMT | 3 |
hi, i am devendra a electrical student. i dont know much about the computers no i am intrested in learning java please help me in learning java ( from basics)
|