| Thread | Last Post | Replies |
|
| Binary Search Tree Dictionary ADT | 28 Jan 2006 22:22 GMT | 2 |
I am having trouble implementing a BST Dictionary ADT, I know what I am supposed to do but not how to do it, could someone please point to a reference that shows me how to write the methods.
|
| NIO busywaiting | 28 Jan 2006 19:36 GMT | 8 |
How should I use the OP_WRITE flag when using selectors and sockets? It tells me when the network card is ready for me to write things to it. The problem is that I do not always have data to write, so the selector almost busy waits by returning with OP_WRITE ready indicating that ...
|
| JSP vs. Javascript | 28 Jan 2006 18:45 GMT | 11 |
I've noticed in several forums that people are making a clear distinction between Javascript and JSP. I guess I've used the terms interchangably. I can't seem to find anything in Google to describe what might be different between the two.
|
| Java Exec Problem with Unzip | 28 Jan 2006 18:30 GMT | 11 |
I'm having an odd problem in trying to get the "unzip" utility to execute without locking up the Java process. In the code below, the runtime.exec command successfully executes but the process.wairFor() loop locks up about halfway through the zip file extraction process.
|
| howto create an array with parameterized type | 28 Jan 2006 03:47 GMT | 7 |
I have legacy code which uses an array with parameterized components. Below you find an example. Although it works, eclipse gives me a warning: "Type safety: The expression of type Vector[] needs unchecked conversion to conform to Vector<Fact>[]".
|
| The bad coder joke =D | 28 Jan 2006 02:50 GMT | 20 |
Some coders don't need an obfuscator, they are the obfuscator. Bye, Skybuck =D
|
| Make New Java Object In JNI | 28 Jan 2006 02:39 GMT | 2 |
Im experimenting with this JNI thingy here.... I want to try to make an AudioFormat object (as a jobject of course) and pass that to java. In the JNI book from Sun it says that you need to get the class that
|
| JMF problem with Eclipse | 28 Jan 2006 00:57 GMT | 3 |
I'm having a problem getting a JFM project to run using Eclipse on my computer. It gives me the following error when I try to run a realized player: # Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode)
|
| Java GUI repaint problem | 28 Jan 2006 00:52 GMT | 2 |
I made a java GUI app that shrinks and then uploads images via FTP to a server. It works great on using both of my computers which are both running JRE 1.5+, but when I run it on two other computers (that have JRE 1.4.x) the GUI won't refresh.
|
| Java Flash Application Communication | 27 Jan 2006 23:16 GMT | 9 |
I am trying to have a web-based flash application communicate with my Java program. The basic architecture is a pre-existing web-based flash application and the Java application that I have created (I can edit and change
|
| How does one increment a final variable? | 27 Jan 2006 23:15 GMT | 5 |
I'm reading the JLS 3rd edition and section 15.14.2 has this statement: http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.14.2 <quote> A variable that is declared final cannot be incremented (unless it is a
|
| running applets with 1.6 | 27 Jan 2006 22:44 GMT | 2 |
I installed the prerelease 1.6 JRE. It did not touch my Java control panel or register itself with it. So how do you trick a browser into using it?
|
| While statement | 27 Jan 2006 21:17 GMT | 25 |
With the following piece of code, i would like to convert pounds to dollars and then print to the screen, and then the program will ask me if i want to convert more pounds to dollars, but what the program does is asks for the pounds and prints the conversion and then ask if i
|
| java programmers | 27 Jan 2006 21:04 GMT | 5 |
Are there any java programmers in the Lymington, Hampshire, UK area?
|
| Is there a website builder for your development sans Maven? | 27 Jan 2006 20:49 GMT | 2 |
I like what Maven does as far as website building. I just don't like the kulgyness of their library for development So. I was wondering if there was a way to do site development the way maven does, without the maven?
|