| Thread | Last Post | Replies |
|
| Puzzle | 25 Aug 2004 18:05 GMT | 8 |
HI all, I have a urgent puzzle to solve: Look at this piece of code: while ((line = br.readLine()) != null) { lineN++; matcher.reset(line);
|
| Javascript call to Java Applet Fails in Sun 1.4 VM | 25 Aug 2004 17:52 GMT | 5 |
We have an application that has been working successfully for many years, using Javascript to call methods on a Java applet. Now, users who install the Sun JVM version 1.4 cannot use our application. We traced the problem to javascript calling the java applet.
|
| [Fwd: ArrayList problem] | 25 Aug 2004 17:51 GMT | 3 |
HI, i have a problem with an ArrayList of data: this is a snippet of my problem: //code begin ArrayList data = new ArrayList;
|
| j2exe Exception message | 25 Aug 2004 17:15 GMT | 5 |
Could anyone explain why I'm getting this exception on an application compiled with J2Exe (From class called "mitsuikäparam", in dir. "h:\J2exe\mitsuikä2"): "java.lang.NoClassDefFoundError: H:\j2exe\mitsuikõ2\mitsuikõparam/class"
|
| I want a new job! | 25 Aug 2004 14:19 GMT | 1 |
One that won't make me sick (To paraphrase Huey Lewis and the News, circa 1989. Of course, they were not talking about a job) This really isn't a "Java" question. It's more of a general I.T. question. However, I am hoping that some people in this group can provide some helpful
|
| JTextField Question | 25 Aug 2004 12:59 GMT | 1 |
If i resize a JTextField using method setColumns, JTextField.revalidate doesnt causes the resizing of the JTextField. I have to call JFrame.validate() in order to see change. Why such behaviour occurs. --
|
| Deployment dilemmas | 25 Aug 2004 08:53 GMT | 1 |
I've got a bit of a problem with deployment issues this time. You see, I'm using Borland's JBuilder X Foundation to write my code and do the necessary test runs, but I'd need a better deployment method for the programs _after_ they're working correctly.
|
| XYLayout / JTable | 25 Aug 2004 07:46 GMT | 6 |
I'm experiencing problems with a JTable & assorted layouts. My Java application displays a number of records returned from a database in a JTable, which is held in a JScrollPane. The scroll pane previously used an XYLayout to display the JTable, and I used a method taken from
|
| jsp vs php | 25 Aug 2004 05:36 GMT | 3 |
What are the odds. . . How long for a some years beginner in java to do a basic JSP form? How about global.asa and session variables in JSP? Give me a link on such simple matters for JSP please.
|
| Struts Rapid Development | 24 Aug 2004 16:15 GMT | 3 |
I'm looking for a tool, which lets me build web applications using struts in a rapid development manner. I know that there exist several tools out there, however I focusing on the commercial ones, like:
|
| Test using junit | 24 Aug 2004 16:13 GMT | 1 |
We are intending to use junit to create unit tests for our java objects. To run the test cases we will use ant. We are developing test classes (faked classes) for objects that is dependent on the class we actually test.
|
| Rat In A Maze | 24 Aug 2004 15:47 GMT | 3 |
I was reading one of the forums, and saw that you had good advice on a person's question. I am trying anything possible that I can find to help get my program to work. I am in depserate need of help in this program because it is due by friday, and if it works well, I will pass
|
| Character in character set detection | 24 Aug 2004 11:28 GMT | 3 |
How one could determine if a character presents in a specified character set, i.e. could be encoded using the specified coding?
 Signature Stanimir
|
| Java Program runs fine on one workstation, not on another... | 24 Aug 2004 09:04 GMT | 3 |
On my main workstation, using Eclipse I have created a Java Program under the JRE build 1.4.2_05. The program runs fine both from within Eclipse and at the command line. However, on another workstation also running the JRE build 1.4.2_05 I get
|
| Java performance question | 23 Aug 2004 23:02 GMT | 3 |
I have a very small static method that gets called a lot. Do I have to mark it as "static final", or is just "static" enough to have the JRE inline the method? Jonathan Allen
|