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 / August 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
socket serious problem in jdk 1.5+01 Aug 2005 18:52 GMT8
 The following line cannot connect to 192.158.0.2 port 21 if i use jdk
1.5 update 3 or jdk 1.5 update 4:
Socket socket = new Socket("192.168.0.2",21);
If i use jdk1.4.2 to run the above code, it got no problem.
text - > XML Converter01 Aug 2005 16:44 GMT3
I need to write a program, which converts some txt format to well
formed XML. txt format has some escape codes - for instance \b must be
replaced by <b> in XML. Sownd pretty easy, but unfortunately my
competence in Java is about zero. Could anybody help me with code or at
treeTable01 Aug 2005 16:38 GMT4
Im wondering if anyone knows if sun has, or plans to implement a
treeTable component in their standard java api....
Thanks...
How to make a s/w product01 Aug 2005 15:58 GMT2
 I am having some JAVA Applets which will simulate a mechanical
Engineering Lab Set Up. I want to make this as a software Product which
is having some set up files and Register Variables etc.. I want to make
this as an evaluation copy for a particular period of time and a full
getDocumentBase and getCodeBase not recognized...01 Aug 2005 15:25 GMT9
Hi, Im having a slight problem.
I am trying to load an image object with the code below, and I am NOT
extending Applet in my class because I am working on an application.
The problem is that getCodeBase AND getDocumentBase are not being
Properties01 Aug 2005 15:15 GMT9
I have a question about the use of properties.
You see usually if you wanted to add a property you would do this
Properties systemProperties = System.getProperties();
systemProperties.setProperty("http.proxyHost", proxy);
Get Session attributes using JSP tag01 Aug 2005 14:15 GMT2
I am new to jsp taglib.
Is it possible to get attributes from the session using jsp tags?
In servlet, I can use ((myclass)session.getAttribute("blah")).getMyMethod();
In jsp, I use <%= ((myclass)session.getAttribute("blah")).getMyMethod() %>
extending enum01 Aug 2005 13:44 GMT17
Has anyone figured out how you extend an enum, e.g.
1. a class like the base but with more enum constants.
2. a class like the base but with more methods on each enum constant.
Style and practice question: use of interfaces01 Aug 2005 13:07 GMT28
Greetings, all.
I have a question for the Java programming community at large.
For years, the software engineering curriculum has been telling us to
program to interfaces, rather than to implementations, and the benefits of
javascript - netscape01 Aug 2005 12:33 GMT5
I've make a simple applet and I must call javascript function.
With nescape and firefox I've to much problem that I don't understand.
Must I do some browser's settings ?
import netscape.javascript.*;
netbeans not saving options?01 Aug 2005 11:49 GMT3
   I am using netbeans and recently it 'forgot' all my fonts/colors
settings and also refuses to save them when I reconfigure it. Any ideas
or will I have to reinstall to solve this?
thx
Question about sample Java application01 Aug 2005 11:29 GMT9
I'm working with some sample code out from a vendor's SDK, and they have
a small sample application called RuntimeExample.java.  The application
has the following structure:
public class RuntimeExample
Thread size?01 Aug 2005 11:24 GMT1
I made an object Task which is an extension of
a thread. Is there a way to know what
is the size of my thread object while it's running?
I looked for it into the apidocs, but I only
assert and IllegalArgumentExceptions01 Aug 2005 11:19 GMT3
I have zillions of methods which perform very simple "garbage in?" checks
and which throw IllegalArgumentExceptions if method parameters have illegal
values.
Apart from the "if it ain't broke, don't fix it" rule, what do you think
New (as in days) to Java - question about "super()" method01 Aug 2005 09:18 GMT13
Let's start right from start, ala "12 step" meetings...
Hi, I'm Don, and I'm a serious greenie when it comes to Java.
(This is the part where you all say "Hi Don! Glad to have you here!")
"How serious,", you ask? Well, in the past 3-4 days, I've done a
 
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.