| Thread | Last Post | Replies |
|
| which JAR to use ? | 19 Dec 2005 00:53 GMT | 2 |
i am looking for a third party JAR + API which will help me... to send params to a website from my java application and parse the web page . i want to use a Third party jar or API,
|
| JAVA random number question | 18 Dec 2005 23:40 GMT | 2 |
I have to write a JAVA code to generate 30 random number from 1 to 100 in a 5 x 6 board of cells.. but I don't know how to write two rules (1)The first rule is each number must be different in the 30 random number.
|
| a criticism of java | 18 Dec 2005 21:35 GMT | 43 |
"BufferedReader foo = new BufferedReader(new InputStream(new JavaHatesYou(new FuckOffAndDie(new ForTheLoveOfGodLetMeJustReadTheFile(new File("filename.txt")))))))));"
|
| help me for debug this code | 18 Dec 2005 20:51 GMT | 3 |
Some one can help me for debug this code? Is a program that read a text file and create a tree of the word. The size of text file is 1.5 mb. with a small text file the program is ok, but with a large file
|
| where do the keystrokes go? | 18 Dec 2005 19:54 GMT | 2 |
I try to attach a KeyListener to my JComponent but no keystrokes make it to the JComponent. MouseMotions, on the other hand, are percieved by the JComponent. I do not understand where the keystrokes go, since both Listeneres
|
| SOAP server (newcomer q) | 18 Dec 2005 14:36 GMT | 4 |
I'm new in this field so it's can be really silly question. We have a mediation application that need to get some SOAP messages and translate them. I'm looking for the best way to implement the SOAP server, if it's
|
| Running several main-classes from the same JAR file | 18 Dec 2005 13:17 GMT | 4 |
I want to run 2 different main-classes from the same JAR. Is it possible? How? The point is that both main-classes use the same common classes, so it seems better that all classes will reside in the same 1 JAR file.
|
| XML config file reader | 18 Dec 2005 11:53 GMT | 1 |
Can you please recommend one of the xml config file reader for me? Something like ini file reader. Thanks! James
|
| right-shifting problem | 18 Dec 2005 11:03 GMT | 3 |
I want to combine 2 different bytes into an integer, so that 1 byte will be to the left of the second byte. example: byte[2] b;
|
| BrowserLauncher - JWS example | 18 Dec 2005 02:25 GMT | 10 |
I have made a JWS'd implemenation of BrowserLauncher (BL). <http://www.physci.org/browserlauncher/>. There are a couple of reasons I made this JWS'd version.. - It is a convenient way to use BL for the PhySci applications.
|
| Reading information from TextAreas | 17 Dec 2005 23:34 GMT | 2 |
Hi I am new to Java (one week) and as such it is driving me mad. I am trying to read the information out of a TextArea but I am getting an AWI-eventQueue-0 exception. The code is as follows where test is a TextArea. The reason it is cracking me up is that it works fine if I
|
| newbie: midp problems | 17 Dec 2005 21:48 GMT | 1 |
midp 2.0 J2ME Wireless Toolkit 2.2 JDK 5 When running this code, the loginForm is shown for a fraction of a second
|
| creating a property file builder with eclipse? | 17 Dec 2005 21:33 GMT | 3 |
hi.. i would to like to have eclipse perform a batch file each time i save my eclipse property file, the batch will run native2ascii program turning my hebrew into \u codes and place it in the web-inf /classes
|
| J2ME: javac: target release 1.1. conflicts with default source release 1.5 | 17 Dec 2005 20:12 GMT | 1 |
I have installed Java 1.5 and MIDP 1.0.3. When I use the J2ME Wireless Toolkit and hit the "Build" button to build the project I get the following error: Builing "Hello"
|
| struts validator question marks in messages | 17 Dec 2005 19:39 GMT | 17 |
hi.. i've written a small struts validator sample, but i type in the resources file anything in hebrew , it apprears in the validator messages as question marks.
|