Search the web
Sign In
New User? Sign Up
Java_Official · Java SE . EE . ME . AJAX . Web services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17320 - 17349 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17320
Hi all, I would like to accomplish the following: 1. Connect to an FTP Server 2. Move to the xxx directory 3. Check a file creation date 4. If file's creation...
manuel tejada
visualbprogr...
Offline Send Email
Nov 1, 2004
4:44 pm
17321
From your applet u can; ................. URL url = new URL("http://<host>/<servlet>?<query>"); ...................... ...url.openStream()... ... to hosts...
ÖzgürUğur
ozgur_ugur_ce
Offline Send Email
Nov 1, 2004
4:45 pm
17322
... Hash: SHA1 On Sun, 31 Oct 2004 10:21:31 -0800 (PST) ... Read the FTP RFC. - -- Ed. Debian 3. OpenBSD 3.5. Two things came out of berkeley: BSD and LSD....
Ed
psy80uk
Offline Send Email
Nov 1, 2004
6:00 pm
17323
Hi, Yes, you can use applet and servlet together. I had used. Let me know your requirement so that I can send you the sample code. Best Regards, Santosh...
Santosh
santosh_mansukh
Offline Send Email
Nov 2, 2004
4:09 pm
17324
Hi, How can i send and receive parameters through JSP pages? PLease help me . Regards ... Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com/a ...
MOhamad Tag
mtag_groups
Offline Send Email
Nov 2, 2004
4:10 pm
17325
Hi Kiran, Try like this at ur prompt. java -cp . hello Regards Solomon kiran badi <java_kiran@...> wrote: import java.io.*; class hello { public static...
solomon benny
s_o_l_o_m_o_...
Offline Send Email
Nov 2, 2004
4:10 pm
17326
Jakarta offer a package that implements common protocols in use today, including FTP. You could connect to a FTP server, retrieve file/directory list, upload a...
Florin Diaconu
ilc_2004
Offline Send Email
Nov 2, 2004
4:10 pm
17327
Hello Here 2 files is attached for java ftp connection and how to use. It is help to us. Yahoo! India Matrimony: Find your life partneronline. [Non-text...
Anil Chauhan
anil_chauhan...
Offline Send Email
Nov 2, 2004
4:10 pm
17328
hi all, whenver i compile on asant build on the command line i get the message [CODE] Buildfile: build.xml init: prepare: build: [javac] Compiling 4 source...
Pradyut bhattacharya
program_pr
Offline Send Email
Nov 2, 2004
10:11 pm
17329
Hi, Thanks for replying to my posted question, but I don't see the two attached files you mention. Could you please send them to me? Thanks...
visualbprogrammers
visualbprogr...
Offline Send Email
Nov 2, 2004
10:53 pm
17330
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Ravindra pushpakumara
ravindrara2000
Offline Send Email
Nov 3, 2004
4:43 pm
17331
you can use following to send & receive value from/to Jsp pages: to get values <% String var= request.getParameter("name"); %> to Set values <% ...
jayant kumar yadav
jayant_jaya
Offline Send Email
Nov 3, 2004
4:43 pm
17332
Hi try with this code javac hello.java import java.io.*; class hello{ public static void main(String args[]){ System.out.print("hello java"); } } regards ...
Ravindra pushpakumara
ravindrara2000
Offline Send Email
Nov 3, 2004
4:43 pm
17333
hi Mohamad: if u want to send parameters from a JSP page pass them as Hidden parameters <input type=hidden name=param1 value="<param value here>"/> if u want...
nalajala jaya prakash
itsjpforu
Offline Send Email
Nov 3, 2004
4:43 pm
17334
Hi all,This is my input XML. ============================== <ORDERS05> <IDOC> <E1EDP01 SEGMENT="1"> <E1EDP19 SEGMENT="1"> <KTEXT>K text1</KTEXT> <IDTNR>Idt...
sonyvirendra_1981
sonyvirendra...
Offline Send Email
Nov 3, 2004
5:13 pm
17335
I have a menu which contains all the fonts, which is long and needs to scroll. How do I make my menu scrollable? Thanks, -Tho...
Tho
ethoha
Offline Send Email
Nov 3, 2004
11:55 pm
17336
hi frirends, i have created a ejb and calling it through client program which is deployed with the ejb application. on running it on j2ee Application Server 8 ...
Pradyut bhattacharya
program_pr
Offline Send Email
Nov 4, 2004
6:23 am
17337
Compile all EJB files together javac *.java and add the ejb jar file in the classpath while compiling the client ... This e-Mail may contain proprietary and...
clifford.fernandes@...
yourpalcliffy
Offline Send Email
Nov 4, 2004
5:51 pm
17338
I think this will help u. you can do so by using xsl:if tag <xsl:if test="E1EDP01"> ..... .... .... </xsl:if> sonyvirendra_1981...
P U F F S
prafullabnawale
Offline Send Email
Nov 4, 2004
5:52 pm
17339
hi all, I just need a help.. stuck up doing this... how to call a JNI function in a C program. i specifically need this help... hope you guys have an...
Karthikeyan Ramanathan
kernlabs
Offline Send Email
Nov 4, 2004
5:52 pm
17340
Hi Tho, I've never seen any menu with a scroll bar, so actually I think this is impossible (or at best not yet implemented anywhere), but I wouldn't bet my...
Nico Heinze
nico_heinze
Offline Send Email
Nov 4, 2004
10:48 pm
17341
I think you are mistaken, there is a scroll lets say in your bookmark menu in your browser, if you have too many bookmarks downward then scroll bar (...
3D Angel
michalmm21
Offline Send Email
Nov 5, 2004
3:06 am
17342
To the orginal poster: What have you implemented it in and what are you trying to do with it? Adam...
Adam Carter
typidemon
Offline Send Email
Nov 5, 2004
3:34 pm
17343
How can I save an image from a JLabel into a table in a database?...
Renato
gondim2
Offline Send Email
Nov 5, 2004
6:00 pm
17344
 First compile than run. javac hello.java java hello have a nice day.. ... [Non-text portions of this message have been removed]...
ilktan ar
ilktanar2003
Offline Send Email
Nov 5, 2004
6:00 pm
17345
Hi friends, does anybody knows how can I save an image from a JLabel into a table in a Firebird database? I tried everything, didn´t work. Thanks, Renato....
renatogondimfilho
renatogondim...
Offline Send Email
Nov 5, 2004
6:00 pm
17346
November 15. The date the Solaris 10 OS -- one of the most innovative operating systems on the planet -- launches. To help us celebrate we're holding a...
krishsf
Offline Send Email
Nov 5, 2004
10:15 pm
17347
What I have right now is that I get a list of fonts in the system, then for each one I create a JMenuItem and add it to my JMenu. What's happening is that the...
Tho
ethoha
Offline Send Email
Nov 5, 2004
10:17 pm
17348
Hi all I am looking for a swing component that enables date picking. I didn't found such in Java. Do you know were I can get such? Thank you in ahead Igor...
sigorl
Online Now Send Email
Nov 8, 2004
1:07 am
17349
Hi I am interisted to join your group in order to help me imporoving my programming skills that am a new to this field and I've finished studying the J2SE and...
Ahmed Shreay
a7medshre3y
Offline Send Email
Nov 8, 2004
1:07 am
Messages 17320 - 17349 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help