| Thread | Last Post | Replies |
|
| concurrent 1.5 | 05 Apr 2006 15:10 GMT | 11 |
I am trying to write a multi-thread code to read a directory and move all files to another directory (well and some other stuff but lets talk about the core part). What I am trying to do is: 1- Read the directory.
|
| how to call google web services | 05 Apr 2006 14:08 GMT | 4 |
hai i want to use google web services in my project..can you please send me procedure to call google web service ..
|
| Problem with transparency in png images on Mac OS X | 05 Apr 2006 13:41 GMT | 4 |
I have a problem with png-24 images on VM 1.4.2 on Mac OS X. The semitransparent areas in the images does not display correcly on Mac. Here is the code I use to load the BufferedImages: BufferedInputStream in = getBufferedInputStream(image);
|
| newbie with thread problems | 05 Apr 2006 13:24 GMT | 3 |
midp 2.0 Java SE 5.0 J2ME version 2.2 I have some problems with threads. In this post I first list my trouble code
|
| print the content of Vector in assertEquals() | 05 Apr 2006 12:55 GMT | 1 |
I have the following in my test:
> public void assertSubscToNot(Vector zeroTimesSignal, > Vector moreThanOneTimesSignal, > Vector nullRequestSignal) { |
| Free Java Ebooks | 05 Apr 2006 12:45 GMT | 3 |
I searched free java ebooks from internate,Please visit below site and give me a help. You know every time you click the AD I will get 0.01$,thank you very much
|
| What's the difference settings for different user in one computer? | 05 Apr 2006 12:32 GMT | 7 |
Excuse me for posting the question here because I got no answer in matlab's user group. Java is embeded in Matlab. Previously it works for me in my computer. I don't know the reason it doesn't work anymore when I import a class. The system message says the class is syntax error,
|
| Netbeans 5.5 & JWSDP 2 with .xml.bind import problems | 05 Apr 2006 11:11 GMT | 1 |
I am using Netbeans 5.5 and have used the JWSDP 2.0 to generate java classes from an existing XML schema. The java classes import javax.xml.bind.... but these appear to cause a compile problem. .bind doesn't seem to be available.
|
| junit testing | 05 Apr 2006 11:10 GMT | 1 |
package com.ge.nbc.legal.strata.util; import java.util.Date; import java.text.SimpleDateFormat; import java.text.DateFormat;
|
| Tomcat 5.5 examples problem | 05 Apr 2006 05:42 GMT | 1 |
I have download the last version of tomcat 5.5 avaiable on the web. I have installed it on windows and works ok, but the examples that come in with the package doesnt work. Somebody knows something about it?
|
| File.renameTo(File) | 05 Apr 2006 02:08 GMT | 1 |
Thanks, I'm running 1.5 version of java and I'm simply attempting to move a file from a source directory to a target directory. It seems the renameTo works fewer times than it does.
|
| Float BigDecimal Question | 05 Apr 2006 02:06 GMT | 7 |
I have float values that look something like this when they are printed: 6.0E-4 7.0E-4
|
| BasicStroke serialization | 05 Apr 2006 02:00 GMT | 2 |
is there anyone here who has already made a serializable BasicStroke class? I'm making a graphical program and for saving I came across several problems as BasicStroke is not serializable. Furthermore I also need to save and load java.awt.geom.GeneralPath
|
| XML Processing | 05 Apr 2006 01:11 GMT | 1 |
Is there a way to process a String into an XML object in Java. I looked for examples and everything seems to be accessing URIs or Files, and I am processing a a chunk of text that came in over a Socket. And writing that to a file would be way inefficient. Any help?
|
| removing consecutive duplicate characters | 05 Apr 2006 00:40 GMT | 5 |
Is there a simple/direct way of removing the consecutive duplicate characters in a String? Assume I have a string like this: abc**de**fg
|