| Thread | Last Post | Replies |
|
| How to force setting a varible in sublcass when it is defined in superclass ? | 07 Nov 2005 20:51 GMT | 3 |
eg. abstract MySuperCalss { Logger log someLogger; public void mymethod() { }
|
| applet in a frame in the browser window | 07 Nov 2005 20:51 GMT | 6 |
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 GMT | 11 |
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 file | 07 Nov 2005 19:24 GMT | 6 |
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 GMT | 3 |
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 GMT | 11 |
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
|
| NamingException | 07 Nov 2005 17:02 GMT | 22 |
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 GMT | 5 |
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.4 | 07 Nov 2005 15:40 GMT | 5 |
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 Outlook | 07 Nov 2005 15:28 GMT | 4 |
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 Timeout | 07 Nov 2005 15:09 GMT | 17 |
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/jstl | 07 Nov 2005 15:07 GMT | 2 |
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 Java | 07 Nov 2005 14:34 GMT | 4 |
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 reading | 07 Nov 2005 14:08 GMT | 8 |
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 GMT | 3 |
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
|