| Thread | Last Post | Replies |
|
| Eclipse problem | 14 Apr 2006 03:48 GMT | 4 |
suppose , i have an web-Application which is not devloped by ECLIPSE IDE. can ECLIPSE open this web application and edit the java source codes ? because , as there is no ".classpath" and ".project" files in the web
|
| MyEclipse plugin | 14 Apr 2006 03:37 GMT | 1 |
i want to use MyEclipse plugin with eclipse IDE. after downloading MyEclipse...how do i integrate with eclipse ? should i put this(MyEclipse) in the plugin directory of eclipse ?
|
| include the existing web-inf to the my clipse | 14 Apr 2006 00:21 GMT | 1 |
I am started to use the MyEclipse and wanted to include the existing web project with Web-Inf. In Sun ONe studio I can just go mount and local folder. Can i do the same thing with MyClipse?
|
| modem initialization string | 14 Apr 2006 00:08 GMT | 1 |
i'm using javax.comm api to interface to COM ports / modem. the parity, baud rate, stop bits and databits were set using SerialPort.setSerialPortParams(). the trouble is, i don't know where to set the initialization string.
|
| Writing XML DOM Document - empty tag | 14 Apr 2006 00:07 GMT | 5 |
I have following Problem: I am writing DOM XML Document with usage of Transformer. It runs ok and produces correct XML file. But I would like the writer to write empty elements following way:
|
| Java In A Nutshell, 5th Edition more | 13 Apr 2006 23:53 GMT | 5 |
With more than 700,000 copies sold to date, Java in a Nutshell from O'Reilly is clearly the favorite resource amongst the legion of developers and programmers using Java technology. And now, with the release of the 5.0 version of Java, O'Reilly has given the book that
|
| A simple question about integer | 13 Apr 2006 22:02 GMT | 9 |
Why does the 2nd line causes an error but not the 1st. Thanks. short s; s=10*2; short s1; s1=s1+2;
|
| sending UUENCODE mail using javamail API | 13 Apr 2006 19:58 GMT | 1 |
Is there a sample java program for sending UUENCODE mail using javamail API ? Thanks S.J.
|
| run jsp under tomcat in Linux | 13 Apr 2006 19:57 GMT | 1 |
I am trying to run jsp under tomcat in Linux. What happend to me is that, in Windows environment, I only need to create a dir, say abc. Then copy a file, say test.jsp. Then in browser, using http://localhost/abc/test.jsp, I can see the
|
| How do I retrieve attributes in correct order from a DOM | 13 Apr 2006 19:18 GMT | 1 |
How do I retrieve attributes in correct order from a DOM? the NamedNodeMap does not maintain the order and the Node.getChildNodes() is not returning the attributes. Is there a way to get attributes in correct order.
|
| How do I retrieve attributes in correct order from a DOM | 13 Apr 2006 16:17 GMT | 3 |
How do I retrieve attributes in correct order from a DOM? the NamedNodeMap does not maintain the order and the Node.getChildNodes() is not returning the attributes. Is there a way to get attributes in correct order.
|
| Please fill out this dev tool survey | 13 Apr 2006 13:34 GMT | 14 |
If you could help me out, I would appreciate it. I work for a company that is developing a new app framework built on Java. I'm tasked with gathering market data that we can present to investors. The survey will take about five minutes, and is located here:
|
| user.home | 13 Apr 2006 13:12 GMT | 1 |
Can anyone tell me what is (typically) "user.home" on Solaris? on Linux? Thanks, Ike
|
| Riferimento temporale e marcatura temporale | 13 Apr 2006 11:27 GMT | 1 |
Mi sono ritrovata a dover realizzare un software di conservazione sostitutiva (senza saperne molto...) in Java. Volevo chiedere aiuto, se qualcuno mi sa dire cosa sia e come realizzare tecnicamente un riferimento temporale. In pratica, so che il
|
| Try to install JSIM | 13 Apr 2006 10:44 GMT | 1 |
I am using LInux - Kanotix ( Debian ) and using Netbeans as IDE for java.To install I did all this things; export JAVA_HOME $HOME/java/jdk1.5.0 export JSIM_HOME $HOME/JSIM
|