| Thread | Last Post | Replies |
|
| Getting UnsupportedDataTypeException for MIME type message/delivery-status | 28 Jan 2005 15:17 GMT | 1 |
I am having typical code like: Part p is available Multipart mp = (Multipart)p.getContent() mp.getBodyPart(1).getInputStream();
|
| Error 1311 when installing JDK 1.5 | 28 Jan 2005 05:11 GMT | 2 |
(cross posted, wasn't sure of the "best" group) After getting this error I installed IE6, but that didn't change anything :( Error 1311. Source file not found: C:\Documents and
|
| checking for client sockets | 27 Jan 2005 22:20 GMT | 1 |
I know you can check for existing server sockets connected at a port by doing a simple loop and ServerSocket sock = new ServerSocket(i); and checking to see if the connection had failed. Can you do something
|
| NIO or IO? | 27 Jan 2005 21:41 GMT | 4 |
Hello. I'm thinking of implementing a simple (to start with) P2P system. The test system will be pretty simple but I was wondering whether I should use IO or NIO. The thing is it would have to be scalable as I envisage quite a high number of nodes. Would NIO be worth the hassle, ...
|
| pls help w/cookies....... | 27 Jan 2005 21:17 GMT | 4 |
I just sent a very simple cookie (thru Tomcat..) got this text in Cookie.. id Frances
|
| toString(); ?? | 27 Jan 2005 20:26 GMT | 8 |
If I have the following: int[] z = {1,2,3,4} String x = z.toString(); System.out.println(x);
|
| Upgrading to New Versions of Java | 27 Jan 2005 20:23 GMT | 2 |
I have a fairly new development system that I've put together, and I just used some classes that haven't been compiled in a while. This system uses Java 1.4.2_04 (I set this up just about the time 1.5 went beta). Today I'm running a program that uses some classes I haven't ...
|
| Date and Time conversion | 27 Jan 2005 17:36 GMT | 1 |
I have an Integer variable which contains date in YYYYMMDD format. I want to convert it first to a Date variable and then to a String variable with format MM/DD/YYYY. How can I do that? I also have an Integer which contain time in HHMMSS format. I want to
|
| Java Button Works in Mozilla, But Not Firefox? | 27 Jan 2005 16:38 GMT | 2 |
Ok, I go to http://sidestep.com and use the web interface to search a flight. When using Mozilla, if I click the calendar button to set the travel date, I get a little calendar window from which I can choose a travel date. But, using Firefox, I get no calendar.
|
| What happened? My "https applets" stopped working | 27 Jan 2005 10:07 GMT | 20 |
I went to Sun site and they are talking about proxys. Now how do I know what my proxy is supposed to be? Applets are not working in Netscape nor in IE. So it is the machine I guess.
|
| java.util.TimerTask does System.out.println("..running..") periodically | 27 Jan 2005 08:30 GMT | 6 |
How do I modify MonsterTask so that every period, four seconds, it does System.out.println("..MonsterTask running.."); pls? ////////command line//////////////////// Microsoft Windows 2000 [Version 5.00.2195]
|
| java data structure selection | 27 Jan 2005 08:08 GMT | 1 |
Sir I face the problem to select the approprate data structure I need to store a page number with the corresponding pointers which are objects like timestamp, date and ID. Based on the ID, i can determine to do
|
| Need help converting a IEEE single precision floating point value to the following form | 27 Jan 2005 08:01 GMT | 1 |
I can't find any function in the API to convert from 3E900000 to 2^-2(1 + 2^-3).
|
| Java App Breaks Internet Connection? | 27 Jan 2005 07:49 GMT | 1 |
I just upgraded from: Epox EP 8RDA+ Nforce2 WinXP no service pack or SP1 (I can't remember) to:
|
| Hyperthreading and Java | 27 Jan 2005 07:44 GMT | 3 |
I have a multithreaded program in Java that I coded a while back. I recently upgraded to a HT processor and was wondering if Java 1.5 supports it? Thanks,
|