| Thread | Last Post | Replies |
|
| ListIterator | 27 Nov 2003 16:26 GMT | 3 |
Hi again, Why this does not work? for (ListIterator it2=it.listIterator(it.size()); it2.hasNext();){ System.out.println (it2.next() + "-");
|
| choosing files | 27 Nov 2003 16:09 GMT | 1 |
I have made a program that uses a .txt file. This file stands in a directory. Lets say that the directory name is world this works correctly Now i want to improve my program so that it chooses a random .txt file from
|
| thread | 27 Nov 2003 15:21 GMT | 9 |
There are 2 types of threads, A and B, which will call the run method intermittently, public void run() { processing();
|
| Creating an Excel Spreadsheet | 27 Nov 2003 13:12 GMT | 4 |
Is Jakarta POI considered an accepted standard for creating and writing to Excel spreadsheets?http://jakarta.apache.org/poi/index.html Or is there a preferred alternative? Thanks
|
| How to handle huge array in java? | 27 Nov 2003 11:06 GMT | 6 |
I have a java program which needs to manipulate a big 3D float array (40x3000x3000). By definition, it'll use 40x3000x3000x4=1.4GB memory, and my pc has only 512MB physical RAM and I set 2GB page memory. I tried the following steps:
|
| String comparison | 27 Nov 2003 10:40 GMT | 19 |
I would like to have a clue on how to compare two strings and trying to get for example: "msedcationoflarynhill" to match "the_miseducation_of_lauryn_hill". Jean
|
| tomcat, mod_jk and multiple contexts per host | 27 Nov 2003 10:18 GMT | 3 |
I am using apache, tomcat 4.1 and mod_jk. I have multiple virtual hosts in apache mapped to hosts in tomcat. This works fine. However, I am having problems working out how to configure multiple contexts per host in tomcat.
|
| Ensuring floats are used | 27 Nov 2003 03:51 GMT | 1 |
turns_per_tick = (float)(((float)MobData.mons[k].speed)/12); speed is an int. turns__ is a float. Is double casting neccesary? Or how should I construct this statement more cleanly? thanks. -frl
|
| Repaint and Delay Problem | 27 Nov 2003 03:29 GMT | 1 |
I wrote the following short test applet to try to solve a problem but have not had any luck. Hopefully someone can help me with a solution. I simply wish to display a red letter 'A', wait a few seconds, and then display a blue letter 'B'. I use the string 'cheatop' to let the
|
| How to set (national) language in Java | 27 Nov 2003 02:32 GMT | 1 |
I installed the Java SDK (1.4.2) onto my PC, where I have the japanese WinXP installed. Even when I download the english SDK version from the SUN website, I get the japanese version installed. Same to the Netbeans application. On another japanese WinXP installed machine, I get ...
|
| HashMap Syncronization | 26 Nov 2003 23:16 GMT | 11 |
here is my problem. I have a large HashMap which is read 99.99% of the times but is accessed to add new values now and again (basically a cache). Since the code can be used from servlets, I expect that my code needs to be made thread-safe. My problem is that
|
| !!! Help! Can Java pass variables to JavaScript? | 26 Nov 2003 20:59 GMT | 4 |
I have a project I must complete. A simple app that would be MUCH easier to do in JavaScript than Java. Problem is, it requires allowing the user to save and retrieve their work to/from their own PC... a definite impossiblity with JS. It would be absolutely great if the only thing ...
|
| Setting up Java Web Services, specifically SAAJ | 26 Nov 2003 16:19 GMT | 1 |
I'm having a bit of trouble with getting SAAJ to work properly. I'm on Debian, and downloaded and installed the web services pack fine AFAIK. Apart from it being a rude awakening to the necessity of setting your classpath it seems to be working fine apart from a complete show ...
|
| Fulltextsearch in Microsoft Word-Documents | 26 Nov 2003 15:12 GMT | 2 |
Hi @ all, is it possible to write a Program that can search in Microsoft Word-Documents? I´m a java newbie and my boss gave me this job ;) mfg AlexF.
|
| How to handle huge array in java? | 26 Nov 2003 09:30 GMT | 2 |
I have a java program which needs to manipulate a big 3D float array (40x3000x3000). By definition, it'll use 40x3000x3000x4=1.4GB memory, and my pc has only 512MB
|