| Thread | Last Post | Replies |
|
| XML-Dateien manipulieren (lesen & schreiben) | 31 Mar 2008 20:25 GMT | 3 |
ich möchte eine XML-Datei einlesen, den Text eines bestimmten Elements (<element>Text</element>) auslesen, diesen manipulieren und wieder zurück in die XML-Datei schreiben (<element>manipulierter Text</element>). Zum Parsen und auslesen des XML-Dokuments würde ich SAX benutzen, ...
|
| Sams Teach Yourself Java 6 in 21 Days - Installation Error | 31 Mar 2008 11:53 GMT | 3 |
I have just bought the book Sams "Teach Yourself Java 6 in 21 Days", and am getting an error installing the JDK supplied with the book. After running "start.exe", I select the AMD 64 installation package. After the InstallShield package loads up, I get an error, "This
|
| Which book to choose? | 30 Mar 2008 23:13 GMT | 17 |
I have done some programming with GW-BASIC and Borland Turbo Pascal during school. I don't know C or C++. Now I have to learn Java for a course, and I have short-listed three books from the local library. Can anyone give me some advice or thoughts on which one to start with?
|
| CompareTo for Objects | 30 Mar 2008 20:57 GMT | 7 |
Can anyone help?All I want to do the following in one of my program:- Object p=.................;//some object corresponding to my program.But I couldn't do if(p.compareTo(object k)<=0)
|
| JavaME api download | 30 Mar 2008 19:52 GMT | 2 |
It seems that google is inable to help me find were I can download JavaMe documentation, så I can have it on my local harddrive. Hope someone can point me to right direction. Thank you!
|
| java is very difficult | 30 Mar 2008 19:50 GMT | 4 |
what can i do?i can "t study it
|
| G-ZIP | 30 Mar 2008 08:25 GMT | 2 |
How do you set the compression level of a G-ZIP output stream (0-9)?
|
| javac classpath; where to compile from? | 29 Mar 2008 06:04 GMT | 11 |
I would like to compile and execute (run) without changing directories. Currently, however, I get the following error: thufir@arrakis:~/java$ thufir@arrakis:~/java$ javac -cp src -d /home/thufir/java/build/ src/com/
|
| Doubt on Generics and Interfaces | 29 Mar 2008 00:04 GMT | 7 |
Hello. I have implemented an interface "ComboItem" and a class implementing this interface, named "PortadorDireito". This class "PortadorDireito" is abstract and is extended by the class "Operador".
|
| trivial third party jar dependancy | 28 Mar 2008 23:39 GMT | 16 |
I googled a bit but didn't find anything trivial. I have a "hello world" which happens to do a randomly-chosen calculation. What I would like to throw into the mix is a third party jar of some sort so that HelloFibonacci.jar has a dependancy on this third party jar to do
|
| Generics | 28 Mar 2008 22:14 GMT | 10 |
I am trying to program a stack with an array, the interesting part of the implementation looks like : public class Stack<T> { T[ ] field;
|
| JWS Program problem with MAC | 28 Mar 2008 08:37 GMT | 32 |
My friend has a MAC laptop with OS 10.5? and can't seem to load one of my JWS programs. He says that he has Java Web Start 1.5 and I've run the .jar file on his computer when I was in front of it once. My JWS program is compiled for 1.5 and should work. Could somebody with a ...
|
| How do i speed up reading Lucene search results | 26 Mar 2008 18:00 GMT | 4 |
Reading lucene search hits results to xml VERY slow. How do I speed it up? Yes I have to read them to xml. I also can't find a way to convert the hits object directly to xml. So now what? Since there is no direct way to read it to xml, I have to first
|
| JTable display | 26 Mar 2008 13:24 GMT | 8 |
In the below code I'm trying to display two fields (String and Date), what happens is I'm not able to get the desired display of date in the JTable. Can any one help me in getting the date displayed like "H:m | dd-MM-yyyy"?
|
| Problem With RSA Interface | 25 Mar 2008 16:58 GMT | 3 |
Program complies and the interface shows up but there is no output after pressing run button. How come this is happening? Thanks. package newpackage4;
|