| Thread | Last Post | Replies |
|
| how java interact with the Excplicit Cursor? | 15 Mar 2007 05:36 GMT | 5 |
I am facing a small and i am not able to find the direction in which i should move. I am using IntraSystem Cache as a DataBase and declaired Explicit cursor there.
|
| A design and coding question: If some1 can help | 15 Mar 2007 04:41 GMT | 2 |
I got into an infinite loop problem when trying to do the following: // Result public class Result {
|
| Synchronized | 15 Mar 2007 04:17 GMT | 3 |
In my application I have two methods which can be run by an infinite number of threads, the operation of the method is to output an array of contents one line at a time. If I use the keyword synchronized on the Display1 method then this works fine and not the outputs get
|
| carriage return in netbeans 5.0 | 15 Mar 2007 03:04 GMT | 7 |
In netbeans 5.0, carriage return results e.g: System.ou.print("Welcome \rto java"); Welcome to java
|
| 4 Questions on Java interface class | 15 Mar 2007 02:51 GMT | 10 |
Hello Please help Q 1) Is it possible for an interface class to have no method? Example public interface One{
|
| write a c programme | 15 Mar 2007 01:55 GMT | 3 |
Write the following functions that can be called by a C program: Write a function to populate an array with random integers between 0 and 99. Use the following functions of which the prototypes are to be found in stdlib.h
|
| WTP, Axis and Tomcat | 15 Mar 2007 01:37 GMT | 3 |
It's the first time that I develope webservices, then I need some help to publish . I've develope two webservices for tomcat 4.1 with eclipse WTP 1.5 starting from two wsdl file and using the top-down process using web-
|
| How to Get a Remote File HTML Code with Java? | 15 Mar 2007 01:19 GMT | 1 |
I would like to request and get hml or xml code of the page on another server in my Java servlet. Is this possible and how can it be done? Thanks.
|
| Read 7-zip archive with java | 15 Mar 2007 01:18 GMT | 1 |
I would like to know if there is any way to read 7-zip archives using java. The java Zip and Jar-classes do not work so I wonder if there exists some librarys out there capable of handling these files?
|
| multiple/any Database-Module with jdbc | 15 Mar 2007 00:48 GMT | 11 |
i want to use in my application any database, example hsql, mysql, oracle, etc. . For the specified database-connection i think to write modules. Have anybody samples or tricks for developing the function/ modules?
|
| Output streaming of a servlet | 15 Mar 2007 00:41 GMT | 2 |
I am doing a web application.in that i have comnnected from a java class to the servlet using URLConnection APIs.The problem now i am facing is i need to return some values from the servlet to the calling javaclass.how can i do this?
|
| SOAP Help please | 15 Mar 2007 00:36 GMT | 2 |
I want to do a SOAP client for connection in a server in Ruby on Rails. Have got an example of code because I don't how I can do this. Think you I developp with Eclispe 3.2 with java 1.6
|
| Extracting JDK Version in a JSP | 14 Mar 2007 23:44 GMT | 4 |
How do you get the JDK version which TomCat is using to compile a JSP page? I have Java code which is valid under 1.6, but which cuases an error when Tomcat tries to compile the JSP.
|
| can Java do this? | 14 Mar 2007 21:08 GMT | 7 |
If I have a PDF file, can Java convert it to PostScript or PCL? I know ghostscript can take PDF and make PS out of it, I've done it. What I'm looking for is an in-house developed (by me maybe) solution, one that I can support without having to search the internet or
|
| Do you still need to install Java? | 14 Mar 2007 20:41 GMT | 3 |
All, Sorry for the stupid question but I was wondering is Java still a separate download when installing Vista or does Vista have the virtual machine built into it? Thanks in advance. - CES
|