| Thread | Last Post | Replies |
|
| EJB Deploy issues in RAD 6 | 09 Jan 2006 18:01 GMT | 6 |
I get the following exception while trying to deploy a EJB project in my test environment com.ibm.etools.rmic.RMICException: RMIC Command returns RC = 1. at com.ibm.etools.rmic.RMICOperation.invokeCommandLine(Unknown Source)
|
| problems with google posting | 09 Jan 2006 17:34 GMT | 3 |
have anyone noticed that nothing could be posted /?
|
| Jazzy and Aspell dictionaries | 09 Jan 2006 17:28 GMT | 1 |
Is it possible to easily import Aspell dictionaries for use in Jazzy ? JC Helary
|
| Vectors vs Arrays | 09 Jan 2006 17:03 GMT | 3 |
Can anyone please suggest some good tutorial links where Java Vectors and Arrays are explained and compared? I'm a proficient programmer but fairly new to Java. Whilst I understand arrays I don't fully understand Vectors and when to use them.
|
| komische NullPointerException in Servlet | 09 Jan 2006 16:17 GMT | 4 |
ich schreibe derzeit ein kleines Servlet, das mittles OJDBC auf eine Oracle-Datenbank zugreifen will. Zuerst habe ich den Code als simpele Java-Application geschrieben, und dort funktioniert alles ganz wundervoll. Nun, seitdem ich versuche, das
|
| writeLong() performance | 09 Jan 2006 15:57 GMT | 3 |
I'm rewriting an application that produces lots of large integers. My first version uses BigIntegers and writes them as decimal string to an output file. To improve the performance, I implemented a second version which uses long datatypes instead of BigIntegers, and
|
| I need modifier key state in an event that doesn't provide access to it. | 09 Jan 2006 15:39 GMT | 1 |
I have a JTree with a TreeSelectionListener to load a form when the node selection changes. I want to be able to perform a slightly different action when the selection changes while the CTRL key is pressed, but the TreeSelectionEvent does not provide access to the
|
| how can i know home directory from java | 09 Jan 2006 13:54 GMT | 1 |
I want to know user home directory when i run through java applet. I could not success through System.getProperty("user.home") as it gave me security exception. Then i tried the following way which simply exec the commands "echo %HOMEDRIVE%%HOMEPATH%" for windows and for linux
|
| XML parsing | 09 Jan 2006 13:48 GMT | 1 |
i want to send a XML string to a pop-up window. the pop up window would accept the xml string and parse it. and it will display the parsed elements. How should it be done ?
|
| Jan 8th, 2006 Java Q | 09 Jan 2006 09:36 GMT | 1 |
Can someone please give a definition with example on what the difference is between interfaces and abstract classes and when each should be used? Thanks in advance.
|
| problem: j2ee, web.xml, about set 2 servlet mapping to the same url | 09 Jan 2006 09:31 GMT | 5 |
Hi, all, I'm newer for j2ee. I find in some /WEB-INF/web.xml, there are 2 different servlets mapping to the same url-pattern.
|
| Boolean query search | 09 Jan 2006 08:46 GMT | 1 |
Hi group, I am implementing a fairly simple and straightforward text-search (I display each line that contains required pattern ) that supports Boolean queries in the following format:
|
| Serializable interface and Double-Linked List | 09 Jan 2006 07:35 GMT | 2 |
I have this double linked list that. The nodes only have a String as an instance variable. What i want to be able to do is Serialize the double linked list (the one with the methods addNode,deleteNode etc...)
|
| Urgent opening for .Net & Java developers | 09 Jan 2006 04:20 GMT | 2 |
Hai .Net & Java Developers required for an MNC. experience:3 - 5 yrs location: hyderabad
|
| Eclipse and the WTP 1.0 | 09 Jan 2006 04:12 GMT | 1 |
I have downloaded the "wtp-1.0-all-in-one-eclipse" bundle from the www.eclipse.org website to evaluate this new version (from Dec 19, 2005) It look much more stable than the previous WTP 0.7 release that was a pain to use with some servers like Tomcat ( under Windows, at least).
|