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 / General / May 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Ambiguous class error with gcj, but not javac23 May 2005 19:30 GMT2
I'm building an example from the ANTLR distribution, which apparently
works fine when compiled with javac. However, I've currently only got
gcj, so I'm using 'gcj -C' instead of javac. The problem is that the
compile fails with an ambiguous class error.
Java and MS Access23 May 2005 17:03 GMT1
I'm trying to convert a file in FASTA format to a text file in TABLE
(delimited by tab) format for MS Access.
EXAMPLE:
from FASTA format:
Render html-string / jsp tags23 May 2005 16:47 GMT2
I'm using struts to program a web-based bookmark manager. Instead of going
to the real page, a user can decide to view a cached version of it. This
cached version is a blob in the database. The action for rendering the
cached version, makes this blob available as a string (the ...
java CLASSPATH Environement var23 May 2005 16:35 GMT4
hi, i'm new to java, and using sun last JDK, and i'm trying to understand
how work this feature when we want to compile at command line ? i'm trying
to set the classpath to the directory of the package but still always not
working!
RMI registry blocked at port 109923 May 2005 15:04 GMT5
I tried to start up my RMI registry on a Windows 2000 server, which by
default starts at port 1099. I got an error stating that port 1099 was
already in use. I confirmed that port 1099 was in fact in use, by using
netstat. I then used fport to find out which process was using port
Threads23 May 2005 13:24 GMT2
Could some one help me with the syntax in creating an array of threads in
java?.  I know how to create one thread in java, but how do you crate many
threads with out having to supply a unique name for every thread you create.
Thanks,
Text nodes and element nodes query23 May 2005 10:59 GMT3
The code below gets me a list of all the nodes within the node object
called xml_tags_root.
NodeList nl    =    xml_tags_root.getChildNodes();
The length of nodelist I get is double the number of actual elements!
New vs. Old23 May 2005 04:29 GMT2
Is the java.nio package designed as a replacement for the java.io
package?  When doing basic file reading/writing, is there a reason to
use java.io instead of java.nio?  I guess these questions have probably
been covered elsewhere; my impression from the official java docs is
String Theory23 May 2005 01:50 GMT17
If I have a string:
String parentString = new String("This is a string");
and I call:
String childString = parentString.subString(10, 16);  //==> "string"
Hanging up in TCP close_wait state22 May 2005 20:41 GMT7
I am developing an Ethernet device to interface with a Java
application. The device firstly connects to the Java application
through TCP connection. After sending data, the device would disconnect
actively. However, I find that the Java socket does not respond to the
Instantiating Servlets at runtime22 May 2005 19:55 GMT5
I am trying to build a webapp with servlets that runs several games
concurrently.  I was hoping to have each seperate game run in the background
by a seperate servlet instance, where requests are forwarded to the
instances by a GameMaster servlet.
Perl/Ruby string interpolation22 May 2005 19:22 GMT5
How do I do this
String str =
"Excpetion due to " + reason + " , caused by " + cause;
using Perl like string interploation, like this:
Struts Iterate issue22 May 2005 17:54 GMT7
Struts doesn't seem to be calling the SETTER when I am submitting a
form containing logic:iterate. As a result the value in presentation
layer is always null. This works fine if html:text is not within
iterate.. Here is what I am trying to do. Any ideas?
Simple Problem? (or: why isn't this working?!)22 May 2005 17:14 GMT5
I have two (VERY) simple classes:
---
class Klasse
{
hyperlinks within Excel with POI22 May 2005 16:36 GMT8
I am looking for a way to create hyperlinks between worksheets
within current workboard. POI that I am using supports this
functionality throw cellFunction("HYPERLINK...")
The format of hyperlink [workboardName]worksheet!cell is the
 
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.