| Thread | Last Post | Replies |
|
| URLEncoder -- When Is It Really Needed? (I Seem to Misunderstand It.) | 10 Apr 2006 06:57 GMT | 3 |
I am getting different results by using URLEncoder than what I expect and what my research says should happen. Naturally, since Java can't be wrong (okay -- stop laughing!), I must not understand this correctly. I'd really like some clarification.
|
| InputStream, how to jump to the start | 10 Apr 2006 05:29 GMT | 3 |
I am quite new to InputStream. I made a function that reads data from a file. The function gets an InputStream passed by public int readStudents(BufferedReader ins) { and uses (several times)
|
| rmi classpath | 10 Apr 2006 02:36 GMT | 2 |
I have a question when I write RMI program . file direction as follow: D:\project\ D:\project\build\
|
| how do you prevent a channel from being closed on a "connection refused" error with finishConnect? | 10 Apr 2006 01:58 GMT | 2 |
I'm calling SocketChannel.finishConnect, which is supposed to return false unless a connection succeeds. However, when I try to connect, I get a "connection refused" IOException. This makes sense, since the server I'm trying to connect to is not up yet. But it has the side
|
| Saving an array | 09 Apr 2006 23:33 GMT | 3 |
I have an array of items that I need to save to a file. How do you do this?
|
| Bandwidth measure using java | 09 Apr 2006 22:51 GMT | 1 |
Can any body help me how do i measure bandwidth of network using java programming?
|
| Java Video. | 09 Apr 2006 22:49 GMT | 4 |
I need help from someone PLEASE with getting a video into a Java file! I just now "perfected" getting audio into a Java file, but alas, I have never been able to see a video using Java code to do it. Can anyone help me with this?
|
| Array declaration compiler bug? | 09 Apr 2006 18:51 GMT | 3 |
I noticed today that a program I've written has different behavior when one of the variables is declared as: int outPixel[] instead of
|
| Ideas on "Auto-update" | 09 Apr 2006 18:05 GMT | 2 |
Im wondering how I might be able to implement an "auto update" type of procedure. I have a server program, all packaged up in a jar file, running on a corporate server. That server has firewall access to another server, out on the internet, wherein I can put a new, updated version ...
|
| Process causes its input stream to block (?) | 09 Apr 2006 09:16 GMT | 1 |
I have a Process and a DataInputStream ("dis", in the code below) hooked up to the Process's getInputStream(). When trying to read from it, it reads just fine up to the very end. Once there's no more data to be found, it blocks.
|
| Would like to read zip file directly from web | 09 Apr 2006 08:32 GMT | 11 |
There is a set of zip files available on the Web via http (also available via ftp) for public consuption that I would like to programmatically read directly without having to download to local storage first. For productivity reasons as well as reduction of
|
| how to improve TCP thoughput in Java app | 09 Apr 2006 08:28 GMT | 11 |
Could anyone share their stories of improving TCP thoughput in Java apps? Suppose in my app, small sized message has to be communicated between different jvms. Things like, how to reduce the java input/output stream buffer time, the underlying system buffering time?
|
| Ebay's implementation details? | 08 Apr 2006 23:42 GMT | 1 |
Does anyone know or have any details on Ebay's implementation architecture? They claim "Java technology/Powered by Sun", but the URL's are all "http://ebay.com/XXX.dll?XXX".
|
| new java date query | 08 Apr 2006 23:08 GMT | 9 |
apologies, not really a java query, but a follow on from my last post which was specifically java. From the last post I get the impression that the standard method of storing dates (in this case a "next_call_date" as part of a deal object) is:
|
| Eclipse build problem - please help | 08 Apr 2006 22:45 GMT | 1 |
Please help as I am starting pulling my hair out - and I really do not do it often. For any reason Eclipse will not build my project. There are no errors, it creates package structure in the "default output
|