| Thread | Last Post | Replies |
|
| Eclipse - need support | 28 Apr 2006 10:22 GMT | 1 |
Welcome! I started work on Eclipse and got stucked :) I'm writing a pluginfor editing some xml files and have 2 problems: 1) Is there a built-in class which definied a simple Open Dialog Window
|
| Wierd problem | 28 Apr 2006 06:59 GMT | 5 |
I'm facing a wierd problem in my code: There's is a servlet that is having a service() and a doPost() in it and this servlet is extented by a class that also has a doPost() implemented.
|
| Can somebody please tell me how to validate E-mail Id in java? | 28 Apr 2006 06:06 GMT | 4 |
Hi friends, Can somebody please tell me how to validate E-mail Id in java? Thanking you,
|
| easy textbox question | 28 Apr 2006 05:05 GMT | 2 |
This is a total newbie question... <textarea rows="30" cols="50" name="MyText" title="Title"></textarea> How do I read the contents of the textbox?
|
| EclipseME and BouncyCastle: Configuration | 27 Apr 2006 23:46 GMT | 1 |
I am currently trying to setup my environment to write a simple MIDlet which does some crypto-stuff. Therefore I downloaded the Lightweight API of Bouncycastle and installed EclipseME.
|
| Class Loading | 27 Apr 2006 23:06 GMT | 27 |
Is there a way to unload a given class (or undefine)?
|
| Mapping seems to suck | 27 Apr 2006 22:45 GMT | 7 |
i can't allocate enough mapped memory on java, and i would like to know if some of you have a solution or a workaround. System : Linux localhost 2.6.12-12mdksmp #1 SMP Fri Sep 9 17:43:23 CEST 2005 i686 Intel(R) Pentium(R) D CPU 2.80GHz unknown GNU/Linux
|
| Time depended java program | 27 Apr 2006 22:40 GMT | 2 |
folks I have 3 java files 1) Parser ( parse xml files) 2) converter ( converts xml into lucene docs)
|
| need help in java swing | 27 Apr 2006 22:32 GMT | 4 |
i have problem that i have a table which has 5 columns and one column is having check boxes.now i want to enable the check box for few specific rows and for rest of the rows the check box should be disable. Mostly wat i m able to do is to either enable all check box or
|
| Populating Object[][] | 27 Apr 2006 22:20 GMT | 5 |
I have a HashMap and I need to fill a 2-dimential array, Object[][], with the key-value pairs. I need to do this to supply a JTable with the data from the HashMap. I do not know what data is in the HashMap or what the key names are.
|
| UDP, can't send Objects? | 27 Apr 2006 22:07 GMT | 11 |
Is true that UDP does not support passing objects directly like TCP does? Please tell me I am missing something :O I just got used to them in TCP, now I'm hooked. I have UDP code to write and need my Objects!
|
| Taking a java course... | 27 Apr 2006 22:07 GMT | 2 |
I am planning to take the SUN's Java Programming course SL-275. and I would like to know any ideas on how to do well and learn as much as someone can from this. Any tips for before and after studying? I am also planning to take java certification I after this course... Does
|
| How to auto-login to a protected directory | 27 Apr 2006 21:52 GMT | 1 |
Does anyone have some Java code to auto-log someone in to a protected directory -- the one where a gray box comes up prompting for a username and password? I know the URL, username, and password that I can pass as parameters to such a script. I am going to deploy this code in a
|
| java vm and multicore | 27 Apr 2006 19:58 GMT | 1 |
any body know if any vm exist that can use the new multi-core cpu? thanks
|
| Notes/Domino HTML parsen | 27 Apr 2006 19:47 GMT | 3 |
I want to parse a HTML Frameset (by Java) which is generated by a Lotus Domino server. When I use a plain text HTML generated by Domino server, my parser works fine. In contrast, then I try to parse the frameset I get the following exception:
|