| Thread | Last Post | Replies |
|
| adding entries using jndi | 29 Nov 2006 00:40 GMT | 3 |
All, I am a newbie to ldap. I have ADAM (Active Directory Application Mode) as our LDAP server. I am using netscape's LDAP service provider SDK. i was just trying the following snippet of code.
|
| using java -verbose option to jar only files being loaded by the interpreter | 29 Nov 2006 00:38 GMT | 1 |
say you have an application that uses some libraries (but not the whole <*>.jar); using the "java -verbose" option you could know which files have been loaded form the used library and either created a smaller jar with all needed classes or, provided you have the source
|
| GWT experiences... | 28 Nov 2006 23:13 GMT | 1 |
Has anybody used the google web toolkit? I would be interested in hearing any views on the library. Thanks.
|
| unable to import javax.sound.midi even after installing jmf | 28 Nov 2006 23:01 GMT | 6 |
I've installed jmf 2. There's only one copy of the jre on my harddisk and jmf has added it's jmf.jar etc files into that jre (inside sdk) as well as placing itself in it's own program files directory; It's added the correct classpath to the classpath variable to reach
|
| Eclipse | 28 Nov 2006 22:58 GMT | 1 |
I have installed Eclipse 3.2 on my system with JBOSS IDE 1.6.0. I am unable to use XDoclet and get an error which asks me to refer the eror log. When I installed Eclipse 3.1.2 also, I m unable to access the XDoclet
|
| The filename set in the response.setHeader("Content-Disposition", "attachment; filename=test.csv") is being ignored! | 28 Nov 2006 19:11 GMT | 8 |
I'm trying to export my results to .csv file named test.csv. The following is the code which I have in my .jsp file named testCSV.jsp: response.setContentType("application/vnd.ms-excel"); response.setHeader("Content-Disposition", "attachment;
|
| Can't send email from J2ME. | 28 Nov 2006 17:55 GMT | 7 |
sc = (SocketConnection) Connector.open("socket://"+"smpt.abcd.com"+":25"); is = sc.openInputStream(); os = sc.openOutputStream();
|
| paint vs update, Small Swing component to display an image | 28 Nov 2006 17:29 GMT | 1 |
after seeking advice in this group, I wrote a small Swing component that displays an image, assigned to it by another class. I was amazed on how easy this was. Below is the simplified code. Since the Component is automatically an ImageObserver, the picture on
|
| confusion of array clone() method | 28 Nov 2006 16:20 GMT | 4 |
I just came across this situation that the cloned array linked to the original array and changes made to the clone also applied to the original one. I do not think I understand fully the description of deep clone/shallow clone concept and got a bit confused here.
|
| sholud getters/ setters be inside interfaces? | 28 Nov 2006 16:04 GMT | 11 |
hi.. i'm just wondering should getters and setters (of at least simple types) be included in an inteface? or just inside a class or abstract class?
|
| Strano problema di performance... | 28 Nov 2006 15:44 GMT | 3 |
Ciao a tutti. Ho uno strano problema che non riesco a identificare... Ho un'applicazione client che riceve dati da un modulo server e li pubblica in griglie, gestisce formule ecc...
|
| socket | 28 Nov 2006 15:30 GMT | 4 |
Hm, I can seem to compile this in Eclipse, but not in command line tools. What am I missing? SSLSocket.java:17: incompatible types found : java.net.Socket
|
| NetBeans - JDialog does not appear as a choice | 28 Nov 2006 13:54 GMT | 2 |
I've installed NB at work and at home. At work, when I right-click on the project view I can choose "New ... JDialog" or "New ... JFrame", as well as other choices But at home, the "JDialog" choice is missing. Any reason for this?
|
| Dealing with exceptions when using ScheduledThreadPoolExecutor | 28 Nov 2006 13:39 GMT | 1 |
I am using ScheduledThreadPoolExecutor in my code but I have found that if the Runnable task I supplied throws an exception then this thread created by the Executor dies. I am sure I have read that the Executor recreates the thread if it dies due to an exception but I can't find
|
| need cursor info | 28 Nov 2006 13:32 GMT | 19 |
i need some info on cursor. cursor == current set of records ....right ? so, it holds set of records ....how many records it can hold ? i have seen these examples
|