| Thread | Last Post | Replies |
|
| Multidimensional Associative Arrays.. | 20 Jul 2006 13:06 GMT | 4 |
Any nice way to do the Java equivalent of the perl.. $myHash{val1}{val2}{val3} = val4 Eg. myHash.get(val1) is another Hashtable 'hash2'. hash2.get(val2) is another Hashtable 'hash3' etc. etc.
|
| java servlet newbie problem | 20 Jul 2006 10:27 GMT | 3 |
Hi, I can't get my Java servlets to work. Tomcat-4.1.31 and the example servlets work fine. I have added my own context "eka" under webapps. The code builds ok:
|
| Validate xml schema with digester. | 20 Jul 2006 09:28 GMT | 2 |
I'm using digester to parse xml and I want to validate the xml with xsd file. I didn't find an example of how to do it :( I tried to use:
|
| Eclipse Debug | 20 Jul 2006 08:53 GMT | 4 |
Someone can tell me how (if it's possible) to debug the method inside the invoke call with eclipse. For example, if I have this: Method method = srvc.getClass().getMethod(service.method, null);
|
| JNI accessing inner classes | 20 Jul 2006 08:50 GMT | 1 |
Is this not possible or am I doing it wrong? I want a native method of a class to create an instance of an inner class. /* A class with an inner class */ public final class A {
|
| Determining when daylight-savings-time ( DST ) transition occurs in a TimeZone | 20 Jul 2006 06:24 GMT | 1 |
JDK 1.5 Anyone know of a way to determine the when DST transition occurs for a given TimeZone ? The SimpleTimeZone class has methods for setStartRule() and setEndRule(),
|
| FileLock: how to delete a locked file? | 20 Jul 2006 04:58 GMT | 3 |
I'm writing a method that needs to: 1. Open a local file as a FileInputStream. 2. Lock the local file. 3. Upload the local file to a remote location.
|
| Can Java trim MP3 files? | 20 Jul 2006 04:14 GMT | 4 |
I am not skillful in Java. I wish to create an MP3 player as well include a function that can trim an MP3 file according to the time I specify, e.g. cut the MP3 starting from 02:15:43. Does anyone know how or can you give me some reference or sample?
|
| complete web services tutorial | 20 Jul 2006 04:01 GMT | 1 |
I have been experimenting with various web services toolkits (JWSDP, Axis2 and Microsoft's kit) as well as creating a simple web service in ASP.net. I'm really stuggling though putting this all together and being able to point someone to a wsdl, or point myself to a wsdl and be
|
| executing jar : NoClassDefError | 20 Jul 2006 03:26 GMT | 7 |
I have made a jar file and I'm trying to execute the jar file, but it gives me NoClassDefError. However, when I extract the jar file, I see that class but, jar file in not able to find it. The only different thing I'm doing is I've extracted another jar file
|
| A bug of JMF(when JMF is playing video, InterruptedException occurs after the "refresh" button of IE is clicked)? | 20 Jul 2006 00:21 GMT | 1 |
A bug of JMF(when JMF is playing video, InterruptedException occurs after the "refresh" button of IE is clicked)? problem description: 1. I modified the MediaPlayerSample.java of JMF_samples, to see how
|
| Willing to pay for some expert help integrating TinyMCE | 19 Jul 2006 22:51 GMT | 3 |
I admit it, I'm a weenie. I lack the time required to figure out how to make TinyMCE do what I want/need it to do. Before someone replies with some witty remarks about RTFM I want to say "I don't have time to read the manual."
|
| Capture Video from ip camera using JMF | 19 Jul 2006 22:38 GMT | 1 |
can any one help me how can i capture video from ip camera using JMF? i know how to capture video from webcam or usb cam attached on my compter. But i dont know how to detect ip camera on the network and capture video from ip camera.
|
| copy elements from a file to another file | 19 Jul 2006 22:00 GMT | 4 |
Hi,I hope someone will help me because I have a problem. I have 2 files.txt. I have to take one element contained in a row of the first file and find it in the second file. If in the second file I find the element I want copy the row in which
|
| java regex | 19 Jul 2006 21:21 GMT | 4 |
I want to find out the pattern as follows text = "XYZ 34 N TO 763427894" XYZ and 'N TO' are fixed. only numbers can change. please help me to find regex for this text.
|