Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / November 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ListIterator27 Nov 2003 16:26 GMT3
   Hi again,
                       Why this does not work?
for (ListIterator it2=it.listIterator(it.size()); it2.hasNext();){
  System.out.println (it2.next() + "-");
choosing files27 Nov 2003 16:09 GMT1
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
thread27 Nov 2003 15:21 GMT9
There are 2 types of threads, A and B, which will call the run method
intermittently,
public void run() {
   processing();
Creating an Excel Spreadsheet27 Nov 2003 13:12 GMT4
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 GMT6
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 comparison27 Nov 2003 10:40 GMT19
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 host27 Nov 2003 10:18 GMT3
 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 used27 Nov 2003 03:51 GMT1
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 Problem27 Nov 2003 03:29 GMT1
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 Java27 Nov 2003 02:32 GMT1
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 Syncronization26 Nov 2003 23:16 GMT11
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 GMT4
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 SAAJ26 Nov 2003 16:19 GMT1
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-Documents26 Nov 2003 15:12 GMT2
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 GMT2
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
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 October, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.