| Thread | Last Post | Replies |
|
| How to save my graph in pdf file | 11 Jan 2008 00:50 GMT | 1 |
Everything is on an extended class of JPanel. Thanks in advance.
|
| JDBC | 11 Jan 2008 00:37 GMT | 1 |
I wrote this JDBC connection that works fine when I run it as a client on netbeans. Then it can't find the driver when I run the same thing, but as a web on tomcat.
|
| Java IDE for Windows 98? | 10 Jan 2008 19:03 GMT | 7 |
Can any of you recommend a Java development environment for an older Windows 98 machine? I have tried several products including Eclipse and Netbeans, but they seemed to heavy for this system and none of the others have really worked. Thanks in advance.
|
| Which Handheld would you recommend | 10 Jan 2008 18:03 GMT | 5 |
I'm looking to control an embedded computer with a Handheld type device via an USB link. The embedded system is our design and will act as a Host device. The Handheld device requirements are:
|
| help with XMLElement | 10 Jan 2008 17:21 GMT | 1 |
I have an XMLElement that looks like this: <IRS E="-17"/> I need the value of E in an int and thought I could do this: int interror = thexmlElement.getIntAttribute("IRS");
|
| least square data fittiing | 10 Jan 2008 17:06 GMT | 1 |
Hello everyone: Does anybody have a jar about the stastic ,such as correlation coefficient and least square data fittiing?
|
| barcode recognition software | 10 Jan 2008 15:49 GMT | 4 |
I want to create a system to automatically scan and bind document pages basing on a printed linear barcode. I'm searching a good, tested library to recognize codes on an image. I'll be very grateful for any information about reliable libraries,
|
| How to catch output from external exe file | 10 Jan 2008 15:35 GMT | 2 |
I tried something like this: try { Process p = Runtime.getRuntime().exec("somepathto\ \some.exe");
|
| annotation processing in eclipse | 10 Jan 2008 15:04 GMT | 9 |
JDK 5 JDK EE 5 Eclipse 3.3.1.1 I'm trying to write simple test webservice with only one method that returns
|
| Using Java with Dual & Quad Processors. | 10 Jan 2008 14:48 GMT | 2 |
I have a function which I call using for loop. I want that when My Java program is run on Dual Core its speed increases by twice and when it run on Quad core its speed increase 4 time. Here is the Code I am using.
|
| Unable RUN Java Bean in JSP under Tomcat 5.0 | 10 Jan 2008 14:23 GMT | 3 |
This is my bean source. public class Counter1 implements java.io.Serializable { int count=0;
|
| iConnect Group filing H1B for 2008 | 10 Jan 2008 14:19 GMT | 1 |
Dear Friends, iConnect Software Solutions (India) Pvt Ltd. is a US based Software Development & Consulting Company and it's a strategic IT consulting firm that delivers business-driven solutions. Our solutions encompass
|
| jar, package and import relationship? | 10 Jan 2008 14:10 GMT | 4 |
What's the relationship between jar files, package statements and import? Specifically, what do I need to put into a .java that goes into a jar that has just an interface, in order to be able to import just the interface in another .java and build against that interface?
|
| Reading files from website | 10 Jan 2008 11:15 GMT | 11 |
I tried to read files (gif) off of various websites, and I got a security error each time. I can easily copy them by hand to my computer. Does Java not have the ability to copy or read files from the internet?
|
| parsing an inner Xml inside XML | 10 Jan 2008 09:24 GMT | 3 |
I have a requirement to parse an XML which contains another xml as a string content. I am able to parse the parent xml. when I am parsing the second xml I am getting the following exception. I have used CDATA to mark the string. And I have given the prolog
|