Hi all,
For a long time, I have been using the Oracle classes12.jar in Tomcat for connection to an Oracle database. I was doing some testing with Oracle AS 10g in prep for a production migra...
I am looking for some help in getting my eclipse project to run as an executable jar. The problem is that the aforementioned project has many other jar and file dependencies which I don't kno...
I am trying to connect to an Access database via sun's JDBC - ODBC driver using the Squirrel SQL Client.
I have set-up a User DSN called "MyDB" under OSBC Data Source Adminsitrator. I canno...
In the following example:
1) where is this clearErrorMessages,clearErrorLabels,addError methods' implementation?
Is it dojo's or javascript's internal method?
=========================...
getting this error...
2008-02-01 15:14:10,904 ERROR [web.struts.support.SrsLoginAction] SQLException: No ManagedConnections available within configured blocking timeout ( 30000 [ms] ); - ne...
Hi,
I'm trying the following can anyone advice on the existing code.
1) open this page in a new window but for some reason it does not do that
Instead it opens in the same.
2) ...
I am trying to write a Java Browser but i always get this error:
java.io.IOException: Server returned HTTP response code: 500 for URL......
but i can open this URL using IE or FireFox.
I us...
Hi
I have a double field which display
7.800000001 etc.
How can I display it as 7.80 ???
Pls advice
Thanks & Rgds
heng03
Hi I am trying upload file using commons-fileupload and getting below exception. Can you suggest me what went wrong. Please check source code.
exception
javax.servlet.ServletException: ...
I need to read a value of a single variable in windows registry and use it in my java code. Please help. Code examples would be great.
Thanks.
Hi, I'm presently writing an organiser for a mobile phone as a BSc computer science project.
All help received here will be credited in my thesis, and will be awarded.
I was wondering whet...
Hi,
I do have a Print functionality in my website. On click on print button a word document should be opened to the user's browser without showing open/save dialog box. I have implemented thi...
I've made sure every jar in the JNLP file is in the proper tomcat directory, but got this error. So I re-signed them all with
for curfile in `ls *.jar`; do \
/usr/java/j2sdk1.4.2_09/bin...
I have a weird error that keeps coming up on one of my customer's computers when they attempt to use a Java applet:
Java( TM) Plug-in Fatal Error
Several Java Virtual Machines running i...
Using a InitialDirContext object, searching Active Directory fails. Specifically I'm using the .search method and the error occurs when executing the NamingEnumeration.hasMore method.
The ...
I'm trying to pass an arrayList from my JSP to my action class.
This is some code snippets in my JSP:
......?paginationList=${paginationList}.....
And in my action class:
ArrayList n...
Iam trying to login to webpage using HttpClient.iam getting status code as 302.my program gives login success if username and password are correct otherwise false if it is wrong.problem is ia...
I have a statement I'd like to prepare that includes an IN clause. Say... I want to find all orders IN (?), where ? is an unknown number of order ids. Is this possible with PreparedStatement...
I want to convert an executable jar file to exe. I want to include some open source API's jar files in that exe.
I want to know which is the best software for that.
i am trying to retrieve data from an Excel file using servlet
could you please tell me why this code does not work.i dont get any error while i compile,i dont get any output as well.
my co...
I'm trying to get a Tiff file into a buffered image to feed to an API that looks for barcodes. I have looked around the web and found a couple of ways to do it, one of them is here:
http:/...
I try to execute this query below in JDBC when I need to retrive all the value in the specific date no matter what time it is , so in DB I might have so many records in the same day(which I w...
Below is the war Task; i want to exclude classes12.jar,jstl-1.1.0.jar in WEB-INF/lib of x.war; but when i open x.war(WEB-INF/lib) still classes12.jar existing.how to exclude classes12.jar in m...
OK I am trying to strip off all html tags but this doesn't work...why not?
lines[i].replaceAll("\\<.*\\>", "");
Asusming I have a string called htmlPage, how do I convert the <p> and <br>...
Hi,
Ive created a 'StartupServlet' in my web app which has <load-on-startup> set so that it is initiallised when the webapp starts.
Problem is, the code is being run TWICE on startup.
Her...