| Thread | Last Post | Replies |
|
| What do you think about 'MimeUtility.checkAscii(...)' ? | 13 Feb 2006 12:22 GMT | 1 |
In JavaMail 1.3.2 Source Code, there are the three 'checkAscii(...)' methods. All of them have the variable 'int ascii'. For details, the following is source of
|
| javamail send error | 13 Feb 2006 12:00 GMT | 5 |
I am using javamail 1.4 API to send messages through a SMTP server. The problem is I get the following error: 550 5.7.1 Unable to relay for a@b.com (I have changed the actual address here-but it's a valid address)
|
| Supervision | 13 Feb 2006 10:58 GMT | 1 |
Dan, We've not met since week 2 if my records are right. Is there somethign wrong? Perhaps we can discuss any problem at this afternoon's meeting? Alan
|
| I am getting Note while Compiling file | 13 Feb 2006 10:34 GMT | 2 |
> "C:\j2sdk1.5.0\bin\javac.exe" C:\j2sdk1.5.0\bin\file.java Note: C:\j2sdk1.5.0\bin\file.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.
> Terminated with exit code 0. |
| what smtp and pop3 server to run on linux for creating mail server | 13 Feb 2006 10:27 GMT | 3 |
mania,myself and one other are creating a linux mail server in java on linux FC3. we want to know how we can run a smtp and pop3 server on our server machine.
|
| env-entry setting in webspehre | 13 Feb 2006 10:02 GMT | 1 |
Can someone tell me please how can I set the env-entry values during application installation on Websphere? That is, can our client that receives the EAR
|
| Null Webserver | 13 Feb 2006 09:29 GMT | 7 |
I have a new project. To reduce ads that I see, I have downloaded a 1/2 mb hosts file which routes most DNS to localhost 127.0.0.1 Problem is, sometimes it displays "cannot find page" and it tries and waits
|
| Why it is dumb ideas to store permanent data in serialised files | 13 Feb 2006 08:56 GMT | 7 |
I have heard people warn many times that serialised files are not suited for long term storage of data. I thought those warnings were exaggerated, until last night I decided to a add a long to one serialised class and convert from a 1.1 style enum to a 1.5. What a
|
| Basic Servlet help | 13 Feb 2006 05:04 GMT | 2 |
Ok heres my situation.... I am using NetBeans 4.1 and just doing a simpler than "Hello World" web app. I have a web module which has a servlet called "Control1". I have 4
|
| For loop | 13 Feb 2006 04:24 GMT | 17 |
I have been asked to design and create a program that reads in a sequence of student grades and computes the average grade, the number of students who pass (a grade of at least 60) and the number who fail. The program will print the total number of students, average grades,
|
| Double Buffering Deadlock | 13 Feb 2006 02:06 GMT | 1 |
Hello folks, it's me again. If anyone remembers my "fast jpeg decoding" thread, I partly solved the Problem by drawing the image via double buffering so I was able to remove the trackers. If I stick to simply drawing I'm getting almost
|
| Debugging a threads problem | 12 Feb 2006 21:46 GMT | 2 |
I have a webapp which is slowly increasing the number of threads it consumes. This only happens in production; I can't seem to duplicate the problem in a test system. Is there any way to get a JVM to dump information on the current threads?
|
| lauching java app over ssh on unix | 12 Feb 2006 20:46 GMT | 4 |
This may is probably a non java problem, but we'll start here, someone's bound to know! errr, I don't know much unix command line stuff I launch my app over SSH in a Unix console with java.exe
|
| Class Cast Exception and I can't figure it out | 12 Feb 2006 17:51 GMT | 3 |
I am getting an exception at runtime when I try to cast a class of type that i created to an ArrayList: <% ArrayList secs = help.getList(); if (secs != null && secs.size() >0) {
|
| Text displayed when mouse a coordinate | 12 Feb 2006 17:22 GMT | 3 |
I think this is a hard one. I've been looking around the net on how to do this, can't find any info. Firstly is this hard to implement? The problem:
|