I am trying to write a Java code that will prompt user to type in TWO dates in the below format and will parse the input string and put the input values in "6" integer variables:
(June 30, 20...
I want to install java on my kubuntu system. It isn't listed under add/remove programs. I find java files with synaptic but I don't know what to install (SE EE ME JRM JDK ... ?). I also loo...
I'm downloading web pages with the below code. It works great, but occasionally I'm on a very very slow network connection, and it won't time out because it did make the connection within 8 s...
JVMDG217: Dump Handler is Processing OutOfMemory - Please Wait.
JVMDG315: JVM Requesting Heap dump file
JVMDG318: Heap dump file written to C:\Documents and Settings\ab33973\IBM\rationalsdp6...
I am trying to setup log4j on my multi-threaded application and was wondering if someone could give me some pointers. I am planning on having multiple consoles using the Eclipse RCP. (debug, ...
Can some provide me the sample code to call crystal report in java?
we want to send sms from a gsm modem from usb port in java.
How to get the author of a file and First created Date of a file using java?
Thank you very much in advance.
Hi experts,
I am writing a Java client server code with Datagram. In the server side, I have two threads. One thread ("listening thread") just listens to the port. When listening thread ge...
OK here is what I need to do
From java I need to read an xml element, retrieve the element value, use that value to do a database lookup.
I'm able to read the xml element retrieve the el...
I would like to write excel file using java code. i need to suitable class for writing excel file and sample codes.
This is my very first Java program, I am on chapter 1 of Java Programming 4th Edition by Joyce Farrell. Page 17 says that an application that uses a GUI must use this method to exit the progra...
The java install doc says:
Verify that the JAccelerator (NCOMP) is installed in the Oracle home.
The JAccelerator (NCOMP) is a recommended installation component in 10g
when usi...
Hi friends
I need to do one socket program.I don't know socket programming.
what is my requirement is
I have one server with IP address 192.168.8.49
My client machine has one java pr...
hi All
Im trying to get to work selenium with java but im having some problems and i have no idea how to resolve that:
im getting this error while executing the following command:
> java ...
Java only supports single inheritance. However, a Java class can implement any number of interfaces. (Multiple inheritance is allowed with interfaces.)
I don't understand how to implement ...
What has replaced the JDialog show() method? I've searched on the Web and even the Sun doc didn't show it as depreciated, but compiling shows this:
Note: RdbLogin.java uses or overrides a ...
i am doing one program which connect to sap to copy data from sap to mysql.
i am getting error of java.net.NoRouteToHostException: Cannot assign requested address
full error is
how to read html file using java
in my jsp i am creating checkboxes dynamically . by clicking on check box i want to read the value. but while reading i am getting null or undifined values .
please let me know how to read th...
Hi,
I need to download JRE 1.5.0_11 and its associated JDK. Can someone point me in the right direction as to where I can get it?
Thanks!
I'm using Java to create an array from user input. The user determines the size of the array. I attached a code snippet with what I have. I get the following error though: Exception in thre...
I have a project in Netbeans and I need to read the META-INF persistence.xml file and read it to get the database connections. Does anyone know how I would go about doing this and pointing to...
Hi Experts,
I am taking a JAVA class and our assignment is to build the interperater that simulates a single accumulator machine upon which the output from the compiler for the sim...
Hello,
OK this is going to be a little complex, so please bare with me. I have a file that I need to extract data from, but the problem is that it doesnt have any delimiters and I have t...