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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to force setting a varible in sublcass when it is defined in superclass ?07 Nov 2005 20:51 GMT3
eg.
abstract MySuperCalss {
Logger log someLogger;
public void mymethod() { }
applet in a frame in the browser window07 Nov 2005 20:51 GMT6
my application is an applet which I want run both as applet and
standalone program, defined as
public class Jnoti extends Applet {
   InterfaceLayout interfaceLayout = new InterfaceLayout(6000);
Why no compiler-warning at invalid array-initializing ?07 Nov 2005 20:34 GMT11
I was wondering, why doesn't the java-compiler warn
for incorrect initializing of arrays, for example :
int[] myArray = new int[2];
myArray[3] = 1; // Runtime-error : ArrayIndexOutOfBoundsException.
uuencode Zip file07 Nov 2005 19:24 GMT6
Anyone have an example of uuencoding/decoding a zip file?
I am tryin to pass it over across  http and need to convert the bytes
in it.
Have been trying to use javax.mail.internet.MimeUtility with no luck.
For Freshers & Job Seekers, Placement Papers....07 Nov 2005 18:15 GMT3
This group is started by name ZERONE (Binary Does Matter) to share
information regarding job openings in IT Field (India). Subscribe
Yourself And Get Job Details In Your Mailbox... Thanks again for your
comments & motivation. Welcome to this small professional family.
why isn't FileChannel selectable?07 Nov 2005 17:38 GMT11
Why can I not use a selector on a FileChannel?  I'd like to block until
data appears in the file. It looks like a SocketChannel supports
registering with a selector but not FileChannel.
Better yet, its too bad Java didn't implement FIFOs (named pipes) that
NamingException07 Nov 2005 17:02 GMT22
i have a JMS sender application and a JMS receiver application. i have
compiled . when i am trying to run the sender application . i got
"NamingException"....whats the mistake ?
i have compiled and run the application with -classpath
Any replacement for StringTokenizer/StreamTokenizer?07 Nov 2005 16:39 GMT5
Is there any replacement for StringTokenizer or StreamTokenizer in the
newer Java libraries? After all, they date back to Java 1.0.
I find it is difficult to fully understand and utilize
StreamTokenizer, and StringTokenizer is usually too basic to be really
Converting source 1.5 > 1.407 Nov 2005 15:40 GMT5
I don't suppose anyone knows of a tool that can convert from 1.5 to 1.4
code?
Seems a strange request, but I have case tools that only work with 1.4.
TIA
Getting Data out of Outlook07 Nov 2005 15:28 GMT4
Every once in a while I see people trying to get email messages out of
Outlook format.  Here is an idea.
Eudora has a way of importing Outlook messages.  Eudora will export as
HTML. Further Eudora's internal format looks pretty simple so you
Connection Timeout07 Nov 2005 15:09 GMT17
Good day...
I have writen a method fo a program that checks to see if a port is
open on a specific host every 10 minutes to see if a particular service
is running.
problem in jsp/jstl07 Nov 2005 15:07 GMT2
i am new to jsp and i am learning it from oreilly JSP by Bergsten, the
psoblem is that when i try to run an example from book
....
1+2+3=<c:out value="{1+2+3}">
start external program from Java07 Nov 2005 14:34 GMT4
Java newbie question..
In windows, if I want to start another application from Java-code,
(like notepad.exe or invoke a document c:\mydoc.htm with my
default-browser)
Source code reading07 Nov 2005 14:08 GMT8
My apologies if this isn't the wrong place to ask this question. If so,
could someone please advise me to where I should be asking it? Thank you!
The question is: what open source Java project would you recommend for
reading some Java source code, as a learning experience? I don't ...
Am I Running Under HTTP or HTTPS?07 Nov 2005 13:28 GMT3
I have a servlet application. Based on a user request the application
will generate an email that contains a URL to one of the applications
screens. This application must run in a variety of environments.
My question is how do I dynamically determine if the URL should use
 
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.