Dear Java_Official group members, Just want to give some brief history on this group, as it is the 8th years this group is founded. The group is founded in...
Hello 2 all, I just starting learning the J2ME Programming so i want some help file like ebooks ,pdf or tutorials so if any body have some books or any lik...
Hi , I want to learn AJAX. i just gone through few presentations on ajax. but i havent fully understand it. please some one provide me tutorial where i can...
Hai How to pass request parameters from one page to another. My requirement is depending on login i want to access other values in next page how? please give...
Hi I have a requirement to read a .csv file from the java program and store the values to the database. Plz reply me if any one knows about it Regards vaasu. ...
Hi Praveen, Its Chintan here. I have started learning XML and i found this tutorial good for learning it. http://www.w3schools.com/xml/default.asp and if you...
This mail was sent to this list a time ago, maybe it can help u ;) thx to hazomzom for the mail. ... From: hazomzom <hazemtorab@...> Date: Dec 25, 2005...
... Hi Vaasu, a colleague of mine has used a Java class reading .xls files (don't recall the name), I'll get hold of him as soon as possible if you need to. ...
Use a BufferedReader to read each line of the input line Use a StringTokenizer to break each line on every ocurrence of a comma, The rest is JDBC (or whatever...
... It's more complicated than that. For example: "Smith, John", Mr, 123 Main Street, Anytown, US, 00000 If you just split the line on commas you are going to...
hi ... u can use session or application variable... bye praveen ... -- Bye Praveen +91 98663 21292 [Non-text portions of this message have been removed]...
Hey guys, I've been looking into networking in Java and I want to work with raw IP Addresses as I don't have a DNS server on my test network (there's no real...
Hey guys, I know that the code below is a dirty way of uploading a file but can anyone advise on the server side of things to receive the file and put it all...
The server-side code is similar to the client: import java.net.*; import java.io.*; void receiveFile(int port, String fileName) throws Exception { ServerSocket...
Hi All My requirement is ,I need to set JfileChooser not to move any where in the screen,Ie I need to set floatable as false in File Chooser or in any of the...
Vani, there are so many ways u can do it. a simple way is to take the request paramaters values ,add those parameters to some sort of collection(list yeah set...
Hello friends, I just want 2 know that how can i run DOS commands through java program. if anybody know than plz reply me. vishal Send instant messages to your...
... Hi Manjunath, why on earth are you supposed to do something as silly as making a JFileChooser not moveable around the screen? What can be the reasoning ...
... Hi Vishal, use this method: class ExecTest { public static void main( String args[]) { String cmdAndArgs[] = {"find", "/v", "\"what to look for\"", ...
hi, I tried the below program,it is giving an error as follows: ExecTest.java:5: illegal escape character String cmdAndArgs[] = {"find", "/v", "\"what to look...
hi pls help me, i had create session in a jsp page and want to retrive that session value in other jsp. but i am not getting it , pls help. regards bhupesh sah...
HI All, can any one help me, i am new to this Bea WebLogic8.1 how can i set the Class Path for WebLogic8.1 & How can i Deploy the Applications in this server. ...
use '\\' instead of '\' sathya r <r_sthy@...> wrote: hi, I tried the below program,it is giving an error as follows: ExecTest.java:5: illegal escape...
Hi All, Plz any one help to me, I'm new to the struts.... So How can i Set the Class Path for Struts & how can i execute the Struts Program.. Plz send these...
hi sree, Well the classpath setting is a simple task.Its all about the lib directory path which is to be setted with your environment variable place. e.g :...
go to the official site of weblogic 8.1 & download the docs. These documents are vast & descriptive enough to start & develop applications. sreedevi_mscis2004...
hi sree, To set path for weblogic 8.1 u have to find out the root directory of bea folder in which partition it is installed and then go to environment...