We recently upgraded our Oracle 9.2.0.7 database on Windows 2003 Server to 9.2.0.8.
In the process, one of our applications stopped working. The error received is as follows:
C:\SDEIMPORT...
This version of java does not support the classic compiler; upgrading to modern?
I am getting the above error. Please let me know how to slove it.
I am tring to compile an existing java...
Is it possible to covert a EAR file into a workspace so I can open it up in my Ecliplse or WSAD IDE. If it is possible please let me know how.
Thanks
The following code generates sql excepton: invalid operation for the current cursor position.
Connection conn = getConnection();
String query = "SELECT * FROM tekms_document where doc_cod...
Hi
I am posting some data to a URL and also reading from the stream, I am using URLConnection class to do this.
However when I try to read from the connection I get the error:
java.net....
hey guys, this is my code. Basically i want to get the date that's inputdate + 1 MONTH + 11 business days (exclude weekends)
String inputdate = "200512"; //for example dec, 2005
Calendar c...
Hello,
Could anyone advice if there any java tools to created a scaled down version of an image contained with a BufferedImage.
I would like to create a thumbnail image, of the orginal a...
I have a java application (a webcrawler) which will run for a couple of hours and then terminate with a java.lang.OutOfMemoryError: Java heap space. I'm kind of puzzled why this would happen:...
I've tried multiple things, but I've come to the conclusion that the easiest way to do this is to create a JOptionPane object and use the "options" argument. I was going to do JOptionPane.show...
my setup
public class AA {
public Thing doAA() { /* ... */}
public Stuff doXX() { /* ... */ }
}
public class BB extends AA {
public Stuff doXX() { /**/ }
}
i'd like i...
Hi,
Does a variable have to be synchronized on the get method if the set method is synchronized?
Thanks,
Uni
I'm encountering a 'Failed to lazily initialize a collection' error. I'm not asking for direct help with the error, but education about lazy initialization. I've found a small amount of info...
Hello,
I am facing a problem while configuring Windows CE for using PersonalJava
3.1. I am putting all the executables and dll files from the 'bin' folder,
to the OS configuration. After bu...
I am able to retrieve the time interval in seconds (Long value) from the db. I have to convert the same to hours and round off to the nearest 2 minute interval. I am not sure how to do that.
I have a program which downloads the contents of a website into a String using an inputstreamreader and bufferedreader. I then go through the String and search for certain terms using myStrin...
as per title, how am i going to have the checking on the JTF so that all input is number. Eg: 1234, 55669....?
I have a Java application in which I need to add a map with a coordinate system of the world. I will be reading data from a GPS unit and then updating the vehicle's location on the map and pos...
Hey,
I'm having a little play with JTAPI at the mo.. and am having difficulty with it..
I'm using the first example code here: http://java.sun.com/products/jtapi/jtapi-1.2/Overview.html
...
Hi To all,
I have write a code for getting message from properties file below
ActionMessages messages = new ActionMessages();
messages.add("label.showlabel", new ActionMessage("title.labe...
I need to convert an InputStream into a FileInputStream . How do I do that?
Also how do i convert a byte array into a FileInputStream
Hi Everybody,
I want to know the exact difference between Aggregation and Inheritance with an example. which is useful. what is the need of having 2 solutions for the same purpose.
waiting f...
I have Axis installed under Tomcat. I have created one simple web service using the JWS deployment method. Now I want to monitor the requests/replies to my web service. I know Axis comes with ...
When I view a particular page it loads some objects and then displays them.
For some reason it also updates some objects which should not be updated. I've stepped through my code carefully ...
Hey experts,
I read the Java documentation about threads and the interface Runnable, but I kind of couldn't understand the word synchronized (when used in a function header): Does that mean...
Hi guys,
There is an icon on the top left of every windows title bar, does anyone know how to change that icon?
What is it called?
Thanks,
David