| Thread | Last Post | Replies |
|
| boeh boeh, font test, boeh boeh. =D | 16 Sep 2005 12:33 GMT | 6 |
Test Can you read this stuff even in plain text ? Since it has a courrier font... begin
|
| jxl out of memory error | 16 Sep 2005 10:08 GMT | 2 |
I am trying to write into an excel file a big amount of data using jxl api and I am always receiving the error "java.lang.outofmemory.error". I checked in the tutorial and I found something about "-Xmx10m" to increase the JVM memory.
|
| Any weblogic 8 experts out there? | 16 Sep 2005 08:36 GMT | 2 |
We are using WebLogic 8.1 on Solrais 8. We are trying to come up with optimal db connection pool settings. We have maxcapacity = 15, allowshrinking = true, and shrinkfrequency = 900 seconds. Does this mean we can have a maximum of 15 concurrent connections to the
|
| How to aggregate differences instead of asserting just the first difference ? | 16 Sep 2005 08:14 GMT | 2 |
For example, if I will parse two files and compare row by row, I would like to see all the differences and not just the first difference. Another situation might be when you want to compare all elements in
|
| regex question | 16 Sep 2005 04:00 GMT | 4 |
Why results are different? Why second one can't find pattern? public static void main(String[] args) { Pattern pattern = Pattern.compile ("a*\\.process,RUN*"); Matcher matcher = pattern.matcher
|
| Writing an ENIAC-emulator in Java | 16 Sep 2005 01:46 GMT | 2 |
I want to write a web-based ENIAC-emulator in JAVA, so that people can use the virtual ENIAC online and play all the great ENIAC videogames. What do I need?
|
| Linux: UnsatisfiedLinkError: no hello in java.library.path | 15 Sep 2005 22:23 GMT | 2 |
Dear Friends, I am using JNI to call C++ codes from Java, under Linux. This calling worked in my Win2000, but not in Linux. The source codes came from official java website:
|
| Adding a string to an array | 15 Sep 2005 22:04 GMT | 2 |
I've set up an array of strings and all I want to do is add a string to this. How do I do it? Cheers
|
| Downloading ONLY jre 1.5.0 | 15 Sep 2005 22:02 GMT | 3 |
The jdk1.5.0. available on java.sun.com is with jdk and jre. Can I get only JRE 1.5.0 for downloading? If I want to deploy a software written in jdk1.5.0, do i need to install jdk and jre and then un-install jdk from the client?
|
| Placing a button inside a panel with specific location | 15 Sep 2005 21:07 GMT | 6 |
...is that even possible? I mean, if I do this (inside a class that extends Frame): Panel p = new Panel(); Button b = new Button("Caption");
|
| Parsing file paths with regular expressions | 15 Sep 2005 21:01 GMT | 12 |
I'm trying to write a method that strips excess file separator characters from a file path, so it would get something like this as input: C:\\\Documents and Settings\\My Documents\\\\\Work\\\ and return something more like this: C:\Documents and Settings\My Documents\Work\
|
| On redeploy from Eclipse, Tomcat says "Missing application web.xml" | 15 Sep 2005 20:23 GMT | 1 |
For the benefit of others who encounter this problem, this post describes the solution to a problem I encountered. I've been developing and continually redeploying a servlet from the Eclipse development system. All was well until the Tomcat servlet container suddenly began
|
| How to struct this kind of application? | 15 Sep 2005 20:22 GMT | 10 |
I am thinking maybe my previous code ( http://groups.google.com/group/comp.lang.java.programmer/browse_frm/thread/6b52d ccae2c6894b/952b88f8f9aef443?hl=en#952b88f8f9aef443 ) needs some total revise to improve the speed, so let's see if anyone has any good suggestions for this kind of ...
|
| junit socket error | 15 Sep 2005 20:06 GMT | 2 |
I am using JUnit 3.8.1 (that came with Eclipse 3.1) to run some tests. Yesterday everything was fine, but this morning after rebooting my windows box, none of my tests will run. When I click the test class and select "run as junit test" it takes 10-15 seconds before throwing
|
| About Project Architecture | 15 Sep 2005 19:53 GMT | 2 |
I am not quite sure, if this is right place to post this topic. So apologies first, if I am totally off the mark, please tell me where I should post. Still....
|