| Thread | Last Post | Replies |
|
| Statement and Resultset | 27 Feb 2007 01:13 GMT | 23 |
I've a java method (included in a java class) like this above: public static ResultSet eseguiSelect(Connection conn,String query) throws SQLException {
|
| what is SAP | 27 Feb 2007 00:11 GMT | 2 |
i want to know what is SAP, is this anything to do with Java ?
|
| Log file from Category class | 27 Feb 2007 00:06 GMT | 1 |
I am trying to debug someone else's Java code. He has used Category class to generate log files. I need to know the location where this person's log files are being generated. As far as I am aware, there should be some configuration
|
| OS X 10.3.9 (or < 10.4) BufferedImage problem | 26 Feb 2007 21:54 GMT | 2 |
I'm setting RGB int values on locations in a BufferedImage. It works fine on all platforms except 10.3.9 or any OS X version 3. After I've created the image once, when I go to change it, it seems to turn all black. I have no idea what's going on. I've seen other posts
|
| My Project Works Inside Eclipse But Not When I Export | 26 Feb 2007 21:45 GMT | 2 |
I have an eclipse project into which I have exported a few external jar files. If I now export the entire eclipse project as a jar file, will it include the necessary class files from the external jar files in the export? Or will the exported jar depend on the external jar
|
| UnsatisfiedLinkError In Exported Jar But Not In Eclipse | 26 Feb 2007 21:41 GMT | 5 |
My application, which depends on a native DLL located in C:\WINDOWS, is running fine in eclipse. However, if I export the jar and then run it on the command line, I get an UnsatisfiedLinkError on the native call.
|
| Free Website Designing solution. | 26 Feb 2007 19:56 GMT | 2 |
We focus on e business solutions at low prices serving the needs of small to medium businesses all over the world. We offer a wide range of custom web site design development and seo services at affordable prices starting from small presentation sites to complex
|
| method is not designed for extension | 26 Feb 2007 19:22 GMT | 7 |
I started using CheckStyle in my projects and one of the erros that I encountered was "method is not designed for extension" i.e. method declaration should be either empty, final or abstract.
|
| history.back problem with firefox | 26 Feb 2007 19:21 GMT | 5 |
I have 2 submit buttons in a jsp page. One of them takes me to page2.jsp and also passes the values enetered to page2.I have a link in the page2 that does a history.back to come to the previous page to make any chnages necessary. Now after making my changes, instead of
|
| Regarding sun java certification | 26 Feb 2007 18:43 GMT | 1 |
Please guide me for sun java certification. i,e, like syllabus for SCJA, material,center information in mumbai
|
| how to monitor tomcat | 26 Feb 2007 17:23 GMT | 5 |
I'm looking for some tools either built into tomcat or auxiliary scripts which could be used to extract performance data and hopefully integrate with cacti/tivoli. Given that there appear to be quite a few of these out there I was also hoping for some guidance on which ones
|
| Survey: More Offshoring than Outsourcing in Software Development? | 26 Feb 2007 15:48 GMT | 1 |
Outsourcing is often closely related to offshoring in software development, but you can outsource onshore and you can create offshore subsidiaries. This seems to be the current trend for large occidental organisation that want to profit for lower costs in countries like
|
| JDBC - multiple database | 26 Feb 2007 13:55 GMT | 10 |
If i invoke a select statement through JDBC, can JDBC send that to two different databases and combine the results for me? thanks from Peter (cmk128@hotmail.com)
|
| Why to return an Interface (List) an not the Implemantation (ArrayList)? | 26 Feb 2007 12:38 GMT | 4 |
I have a simple question about return type. Usually, I dont think much about it, I usually returns the interface. Per example, if I have a methode that returns an ArrayList, I usually return a List in its signature:
|
| Handling URL protocols in JEditorPane? | 26 Feb 2007 12:15 GMT | 2 |
I have a simple JEditorPane that displays a very simple web page that has an embedded "mailto:foo@bar.com" When the user clicks on this link, I'd like the "usual" thing to happen: the native email program is invoked to compose an email with the 'To:' line filled
|