| Thread | Last Post | Replies |
|
| How to Pass session parameters from one jsp to another jsp | 28 Jun 2006 18:28 GMT | 1 |
Hi to all!! I m getting problem for passing session parameters from one jsp to another jsp page. I developed one jsp page a.jsp(let it be take this name) in that i m getting values from database these values (those are
|
| Applet/Chat woes | 28 Jun 2006 18:27 GMT | 1 |
I have to write a chat client using the Jabber (XMPP) protocol. This is to be accessed from a regular java web app by browser users in a simple manner. I won't be using java web start at the moment (I may later). At the moment I have an invisible Applet (yuk I know) that
|
| Is there a way to declare a reference as being a type implementing multiple interfaces? | 28 Jun 2006 18:22 GMT | 23 |
Let's say I have these two interfaces and these two classes: <code> public interface IOne { public void methodOne();
|
| from mechanical to IT (java) | 28 Jun 2006 16:26 GMT | 1 |
hi group this is Sameer I am basically from technical backgroung for mechanical having experience of 2yrs
|
| uploading a jsp page | 28 Jun 2006 15:31 GMT | 3 |
My name is Bolu. Am a beginner in j2ee programming. I just learnt about servlets and jsps and i can do some little coding. I have tried lots of codes and run them on my server, they work just fine. The application server am using is J2EE Application Server 1.4, is anyone
|
| Regarding complex Menu structures | 28 Jun 2006 15:17 GMT | 7 |
In our application, we need to create very complex menus:- top level in the browser, followed by a bottom level, when you click on any of the first level items(dynamic), and then third level, which will have again sub menus. Basically it is an n-tree, not a binary tree. Is there ...
|
| BufferedImage manipulation? | 28 Jun 2006 15:12 GMT | 3 |
I am working on a technique to manipulate an image where a user clicks/drags a mouse. The transform can be quite complicated, but the BufferedImage seems to be not buffering well... nothing is smooth. Does anyone have any suggestions or examples of realtime image
|
| navigate back in eclipse | 28 Jun 2006 13:13 GMT | 6 |
I want to know how to navigate back in eclipse editor of JAVA development. Can some one give me a help ? For example, I am working on line 2000 of my code. I want to take a look at the very top of the file, and then come back to this line. How
|
| Ant task for Sql scripts | 28 Jun 2006 12:22 GMT | 2 |
I am working on ant script which dumps the stored procs and packages into oracle 9i database. I defined one task in ant script which dumps all the scripts from Source safe to oracle database. This works fine but when i check into the database i get the packages and stored procs
|
| WebSphere JVM Access Violation Problem running Java program that calls methods in a Windows C++ DLL via a JNI wrapper....... | 28 Jun 2006 12:19 GMT | 2 |
Am having a problem running an Eclipse Java program in the IDE on Windows XP that calls Windows C++ methods in a Windows DLL via JNI. The JNI wrapper was developed using the SUN JVM. When we run the java program using the SUN JVM it all works well; when we attempt this using
|
| where is the error....???help me to find it!!!! | 28 Jun 2006 11:53 GMT | 2 |
i'm a great problem. I've developed a java application that receive in input a txt file, stores it into an array of byte and put it in a blob field of a mysql db in the table tbl that has 2 columns, a string and a blob.
|
| Help: Too many files open | 28 Jun 2006 11:41 GMT | 7 |
I have a problem of getting the error "too many files open" and would like to trace my application. However, I have found nothing about how to display the current number of open files. Does anyone know what code is used to get the current number of open files?
|
| How many deprecated methods have been removed? | 28 Jun 2006 11:29 GMT | 5 |
People, how many deprecated methods have really been removed and no longer exists? TIA, Scirious.
|
| What is the encoding of this String? | 28 Jun 2006 10:54 GMT | 17 |
I try to print a string using Eclipse (console set to UTF8) byte b[] = {-28, -72, -83}; String str = new String(b); System.out.println(str);
|
| java.io.IOException: CreateProcess: " ssh2 -l username serverbox" error=2 | 28 Jun 2006 10:34 GMT | 1 |
i have written a java program to connect to a Server box using SSH2 but when i am executing the code its showing some eception. first I am trying to invoke command prompt but the console is disappearing as soon it is invoked.
|