Actually wt's ur problem..plz explain it properly...wher ur getting problem... bcz,i m not able to understand ur question.... Regards., Bala s bpr_arr...
Thanks, I downloaded the JMe and I did not want to mess things up with another IDE, though they seem to want me to install Netbeans. What is strange is, I get...
look for various switches for jar command in jdk.. and u ll know how to make a jar file.. you just have to rename this jar in war. Anurag vishal mane...
Hi there. Here's what you *need*:- 1. J2SDK 1.4.x ... not JDK 1.5.x 2. J2ME Wireless Toolkit 2.2 (or higher) 3. Text Editor of your choice. To make programs...
Java script.... for date .. // date validation function validDate(fld) { var testMo, testDay, testYr, inpMo, inpDay, inpYr, msg var inp = fld.value status = ""...
JBuilder by Borland available at borland.com But not free _____ From: java_official@yahoogroups.com [mailto:java_official@yahoogroups.com] On Behalf Of indra...
I am having problems with the Calendar class functions. I am assigning the systemdate to the Calendar instances. When I use the startDt.getTime() function, I...
hi, I solved the problem. But still let me explain the problem. See based on the value of a hidden field in a JSP page I want to load a Class and create an...
Per JavaDoc: MONTH public static final int MONTH Field number for get and set indicating the month. This is a calendar-specific value. The first month of the...
Thats how it works. The indexing for the month begins with zero and not one. So if the Calendar.Month returns 0 then it represents January, if 1 then its Feb...
As Raghu already explain you the index start at 0 not 1; therefore adding a 1 to your return value will give you the correct month number. Manuel ... ...
hi, it is very simple. Create a thread and in run() method put the total http connection code,remember when ever u r creating a thread ur class should...
... javaw is only available for windows, and you need to execute it from command prompt in order for the program to work.(Or you can create a shortcut for the...
Hi amit..This is Bala .. I think month should be in the range of 0 to 11..So,it's showing one month less..I think if u add 1 i ur month declaration thn u vl...
i am not talking about sap j2ee just j2ee 1.4 version server for servlets, jsp,ejb,filters ,struts etc. .i want to know just how to deploy servlets in this...
Amit, Check the documentation for this class. the months begin from 0 so Jan is 0 Anurag Amit Rami <amitrami3@...> wrote: I am having problems with the...
I would do the validation in Action class only but will call the DAO class for firing the actual query.. this would make a DAO layer for all db stuff.. so that...
i guess org.w3c.tidy.Tidy is not in your classpath. check your classpath.. coz your import itself isnt working.. THUFIR HAWAT <HAWAT.THUFIR@...> wrote: I...
Dear friends, I am making some application in which i have to make an utility for users to upload attachments they want. suggest me how i can create it in...
Note: forwarded message attached. first know how the tree structure of the files storage Hope so u know this structure Appplication foldre ... After this u...
Hi there Jessica Simpson Fan. I meant to reply earlier but didn't. JDK 1.5 doesn't work very well with the wireless toolkit 2.2. It works flawlessly with j2sdk...
Hello Jessica, I recently downloaded J2ME™ Wireless Toolkit Version 2.1_01 from sun's site.With it there is complete documentation and some good sample...
What about oracle JDeveloper. it's free and powerful. availabe at www.oracle.com <http://www.oracle.com> [Non-text portions of this message have been removed]...
Hi, Can anyone please tell me how to get the unicode characters for chinese words. Is there any software which will give me the equivalent unicode characters ...
Hi Sonia, I can't imagine that there is a more comprehensive IDE than .netbeans, but it is fat and a little complicated. the download (with JDK) is about 105...
Hello, I recomend visual editor plugin for Eclipse, you can doawload from eclipse page; its requieres to install eclipse.gef and eclipse.emf ; it is only...
Hi, I URGENTLY need LATEST Nagarro Swt. Question papper for Java. If any of you has it or any other info. Please provide me I will be really grateful to you. ...
Hi, It can be done without a key event also.By creating an artificial key event using java.awt.Robot class to generate a "simple caracter" key press (for...