| Thread | Last Post | Replies |
|
| hello all | 16 Mar 2006 20:03 GMT | 1 |
Thank you for the introdution please visit my website at www.mypalaceonline.com and tell me if you like it
|
| Inserting a text file into a hashset | 16 Mar 2006 19:12 GMT | 3 |
Ive written some code to feed a text file (a list of words) into a program, as is shown below. My dilemma is how to get the program to take the words in the text file and store them in a hash set. I need to do this in order to later compare two lists of words.....can anyone
|
| Packages problem | 16 Mar 2006 19:05 GMT | 8 |
I have a sourcecode with the package hierarchy as package1.package2.something. Can anybody tell me how can i change the whole package into package3.package2.something ?how can i do this ?
|
| What is meant by ClassCastException | 16 Mar 2006 18:59 GMT | 2 |
When I run the java code using swings i got java.lang.ClassCastException? Why ?
|
| Runtime and process picking up unwanted char's | 16 Mar 2006 18:19 GMT | 7 |
I was looking at a problem at comp.os.linux.misc - trying to put 'pgrep' thru 'wc -w' . Allow the code below to explain: package org.client; import java.util.*;
|
| EXCEL VBA Caluculation ERROR | 16 Mar 2006 17:39 GMT | 3 |
I type ?1/3 in excel vba immidiate window I got the answer 1.323434 instead 1.3333 Can help me why it occurs?
|
| Exception In thread "SyntheticImageGenerator" URGENT HELP | 16 Mar 2006 17:03 GMT | 5 |
hello to all. Exception In thread "SyntheticImageGenerator" java.lang.OutOfMemoryError: Java heap space I ve two classes. and I am getting the above error.
|
| 2 radio button groups | 16 Mar 2006 16:26 GMT | 1 |
I would like to have a set of JRadioButtonMenuItem's and JRadioButtons referring to the same group. Selecting the "red" radio button in the menu will also set the "red" radio button on the panel. How do I go about referring two or more radio buttons to the same group element.
|
| Java Decompiler Recommendation - Not JAD or Mocha | 16 Mar 2006 15:58 GMT | 4 |
Can you recommend a good Java Decompiler paid or free to decompile Java code? I am having issues using JAD for with some class files that have nested try-catch
|
| Sun Java Studio Enterprise 9? | 16 Mar 2006 15:29 GMT | 1 |
Anyone knows when come out the next version of this excelent tool??? thanks
|
| How to show popup when user tries to close browser window? | 16 Mar 2006 15:22 GMT | 1 |
I want to show popup when user tries to close browser window. Like "Are you sure you want to close it" or "please logof first" etc.If user clicks yes then browser window must not get closed. Will you please tell me how should I do it?
|
| OJB.proprties & websphere | 16 Mar 2006 12:28 GMT | 1 |
Sorry if this is the wrong group for this question (happy to be guided to the correct one). I'm new to Java, new to websphere, new to OJB. So naturally I'm having problems getting them all to work!
|
| HELP! OutOfMememyError with arrays | 16 Mar 2006 10:44 GMT | 9 |
Hi, I am running into an OutOfMemoryError and need some help. My code looks essentially like this: ByteArrayData ref; // has a field: byte[] _data while(i = 0 to 100000 files)
|
| Modal dialog from an applet | 16 Mar 2006 10:42 GMT | 6 |
I really need for today an answer to a problem which seems to be simple : how to open a modal dialog from an applet ? Before java 1.5, i did it by creating a JDialog with the frame owner : (Frame)myApplet.getParent(), but this doesn't work anymore ! The cast is now
|
| Java application delivery? | 16 Mar 2006 10:24 GMT | 6 |
searching this group for the subject line did return only very few old messages. Are there convienient methods to deliver Java applications? Of course I can deliver a .jar file to an experienced customer. But what if I want to deliver an application to some non experienced ...
|