| Thread | Last Post | Replies |
|
| TouchGraph | 28 Nov 2007 16:06 GMT | 1 |
Is there a simple example of java code using TouchGraph from sourceforge? TIA.
|
| Collection - A big problem | 28 Nov 2007 15:21 GMT | 7 |
every collection are having almost same features and efficencey but with one or two difference which differenceate them. so which collection is having all the best features? Garg
|
| help java tv | 28 Nov 2007 15:09 GMT | 9 |
Hi, i want to develop a web application for transmiting a streaming (sound+video).There are 4 net-videocameras. I don't want to record a file and then transmit it but i want directly send the streaming of videocameras to the web. which libraries can i use?
|
| SplashScreen-Image and Libraries | 28 Nov 2007 13:38 GMT | 5 |
I am trying to use the SplashScreen feature in Java 6, and it works when I use the -splash parameter passed to the JVM. However, when I try to use the MANIFEST file, it doesn't seem to work correctly. I think this has to do with the fact that the image I am trying to
|
| SimpleDateFormat challenge | 28 Nov 2007 13:35 GMT | 9 |
I need to convert a timestamp value in a string (from a text file that I need to import into the database) into a java.util.Date object. The problem is, that I the format of the input string does not seem to match any of the possibilities that I have with SimpleDateFormat:
|
| How to split a huge zip file into multiple volumes with the smaller size each? | 28 Nov 2007 12:28 GMT | 3 |
I get stuck with splitting big zip file into small piece multiple volumes, anyone have source code can be shared? Thanks. Eric
|
| URGENT MAXIMO J2EE Permanent Job Offer at Dubai | 28 Nov 2007 07:47 GMT | 3 |
We Pratham Services are a manpower solution provider operating from Gurgaon, India. Our Dubai based client has the following URGENT opening at Dubai. Qualification: Bachelor in Computer Science
|
| how can i take commands from file | 28 Nov 2007 05:59 GMT | 1 |
i have a project and it wants from me to take the commands from file such
>> search -to -name Dubya Lilith we have to take this command from file.
|
| Java in a chip? JAM (Java Actual Machine)? | 28 Nov 2007 05:54 GMT | 5 |
One can't help but wonder: what has prevented folks from making Java run directly in its own hardware... Is there anything inherent in the language that prevents it from being compiled or even chiseled on silicon?
|
| Eclipse upgrade | 28 Nov 2007 00:38 GMT | 2 |
Hi All, I have Eclipse 3.2.2 and would like to upgrade to the latest version. The software update feature doesn't seem to help and I'm not sure if I should download and install the latest version on top of my existing one as I don't want to wipe out my existing environment.
|
| Tomcat | 27 Nov 2007 20:49 GMT | 1 |
Can anyone please advise me on the following. I have set Tomcat up on my PC with two different folders containing two different web applications using port 80. I can access them thus :- http://localhost/A/index.htm and
|
| Java text compression | 27 Nov 2007 19:49 GMT | 41 |
What's the fastest way to compress/decompress text? We're doing that over really large datasets in our app. We're currently converting char arrays to byte arrays using our own UTF-8 conversion code, and then compressing the bytes using java.util.zip. The code is
|
| Scriptting Java? | 27 Nov 2007 18:10 GMT | 11 |
I'm quite new to Java but have good knowledge of computers in general and other programming languages. I'm wondering if it's possible to control a web based java application via some other script, such as javascript or visual basic? If so, how would I go about attaching to
|
| Story about assertions | 27 Nov 2007 14:34 GMT | 13 |
I was just writing a small and simple program to calculate a random number from the set {0,1}: final int r = secureRandom.nextInt(); final int result =( r / 69313 )% 2;
|
| Eclipse : Why Red Cross Error Indicator is Missing? | 27 Nov 2007 12:14 GMT | 2 |
My .java files have errors but the red cross indicator is missing. How do I configure the tool to reflect that.
|