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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 10225 - 10254 of 31759   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10225
Hi Michael, you need a J2EE server for the beans. Tomcat is "only" a servlet container. Take JBoss. It comes bundled with Jetty. Or take the JBoss version with...
Andreas Mecky
andreasmecky
Offline Send Email
Apr 1, 2003
11:03 am
10226
you can create a new instance of filereader like FileReader fr = new FileReader(..............) //complete syntax see book/ and then use the command if File...
avinash kumar
avinash8sinha
Offline Send Email
Apr 1, 2003
11:33 am
10227
I couldn't understand, could explain me?. ... From: avinash kumar [mailto:avinash8sinha@...] Sent: Tuesday, April 01, 2003 5:03 PM To:...
Thirumappan, Surendra...
suren4you
Offline Send Email
Apr 1, 2003
11:41 am
10228
If your doing this for a local html page, you can use JavaScript and ActiveX: function getFile(filespec) { var fso, f; fso = new...
Kenneth Bull
kenneth_bull
Offline Send Email
Apr 1, 2003
4:14 pm
10229
am doing a simple hotel boooking system shown below. i am having trouble writing 2 of my methods. the listrooms method and the addclient method, can anyone...
sureshukus
Offline Send Email
Apr 1, 2003
7:55 pm
10230
You did not use the file,filereader method without this you cannot write the programme you can write with this help in the search method use try and...
avinash sinha
avinash8sinha
Offline Send Email
Apr 2, 2003
6:16 am
10231
any one know how to make and execute a bathc file in unix ? like in case of windows we just write the command and save the file with .bat extension and just...
Aysha Saeed
ayshawork
Offline Send Email
Apr 2, 2003
2:48 pm
10232
... A simple script would look like: #!/bin/sh echo "Hello, world!" Where the first line consists of "#!<path to the shell to use - usually /bin/sh>" and then...
jhelmer4
joshhelmer
Offline Send Email
Apr 2, 2003
3:21 pm
10233
Thanks but tell me is this a right to execute a java or anyother command in unix #!/bin/sh java Helloworld.java and if i have saved it with test.bat file then...
Aysha Saeed
ayshawork
Offline Send Email
Apr 2, 2003
3:45 pm
10234
I'm making this program that a tank bean is not allowed to move beyond the boundaries of the frame wherein it moves. No matter how much the tank moves, it will...
charlene854
Offline Send Email
Apr 2, 2003
3:52 pm
10235
I'm trying to put a CUT command in operation and I'm having problems. The CUT works and the PASTE works too but it takes the words in the first line of my...
mlbharry@...
claidhneach
Offline Send Email
Apr 2, 2003
3:59 pm
10236
you put your command in a file of any name and make it executable with the chmod "+x" command. for help on chmod enter the command man chmod...
Charles Bell
quantumhyper...
Offline Send Email
Apr 2, 2003
6:17 pm
10237
int width = yourComponent.getWidth(); int height = yourComponent.getHeight(); int x = yourComponent.getX(); int y = yourComponent.getY(); so your tank object...
Charles Bell
quantumhyper...
Offline Send Email
Apr 2, 2003
6:25 pm
10238
Can you send me the whole program of yours so that we can have a look and try if we can gave any help on it. Many Thanks. Kind Regards, Sumit. ... From:...
sumit.singh@...
Send Email
Apr 2, 2003
8:54 pm
10239
Each window Component has methods getX(), getY() for the origin of the Component and getWidth(), getHeight() for the size. I hope that helps. ... still...
Michael
eschewnomore@...
Send Email
Apr 2, 2003
8:54 pm
10240
Hi, I am trying to write a java program that connects to a Sun Sloaris box through FTP from a WINNT workstation, and executes some commands on the Sun box....
chadmcniesh
Offline Send Email
Apr 2, 2003
8:55 pm
10241
Hi, Can anyone help me with this project?? Or has an example which may help to explain how I should go about doing it. I am new to Java and now getting "my...
rramcharan1
Offline Send Email
Apr 3, 2003
12:13 am
10242
... unix ... to set the file permission so it could be executed by you. try to search bash programming in the google. -- -- Adwin...
Adwin
urocyon_cine...
Offline Send Email
Apr 3, 2003
1:28 am
10243
Hi folks, I have a problem in JApplet application.My server is running remotely , application which is developed using JApplet components.I am trying to access...
Thirumappan, Surendra...
suren4you
Offline Send Email
Apr 3, 2003
6:04 am
10244
Can anybody tell me how to write the code or nay idea how it can be done like if i wanna give an option on my site to upload the files which can be of any type...
Aysha Saeed
ayshawork
Offline Send Email
Apr 3, 2003
9:09 am
10245
Hi, this is definitely not an easy task. But there are already existing solutions. The best one is from Brett McLaughlin (www.servlets.com) or check out the...
Andreas Mecky
andreasmecky
Offline Send Email
Apr 3, 2003
9:11 am
10246
But what i wanna know is that the javamail approach will be involved ? Andreas Mecky <andreasmecky@...> wrote:Hi, this is definitely not an easy task. But...
Aysha Saeed
ayshawork
Offline Send Email
Apr 3, 2003
9:27 am
10247
Hi, I have no clue what you are talking about. But maybe...... If you upload a file then the HttpRequest contains all infos like an email with attachments. ...
Andreas Mecky
andreasmecky
Offline Send Email
Apr 3, 2003
9:31 am
10248
Hi I'm not being clear about the synchronization problem. I know what is critical section and stuff and i know that if we put the critical section code in a...
basit_jafri
Offline
Apr 3, 2003
11:39 am
10249
How're you doing? I have a design problem. My main class OrderXML is extended by several others and these will be aswell extended by a last layer. Using...
Mark Cosby
threedimme
Offline Send Email
Apr 3, 2003
2:59 pm
10250
Who says that you always need a constructor for reflection? Well, if you do: try { Class myClass = Class.forName("com.foo.bar.SpecialOrderXML"); OrderXML...
Andreas Mecky
andreasmecky
Offline Send Email
Apr 3, 2003
3:08 pm
10251
The method indexOf(storeText) returns the first occurrence of the string. Try using the JTextComponent methods cut() and paste() or getSelectionStart() ... ...
Michael
eschewnomore
Offline Send Email
Apr 3, 2003
4:33 pm
10252
Hello all :) I am really new to Java. I read about String data type, all books told me that String is class. But why we could use String variables without...
Hadi Ariwibowo
dear_hadi
Online Now Send Email
Apr 3, 2003
4:33 pm
10253
Hi , I am doing my M.C.A programme.I am in need of a project in java or visual basic with source code.please help me at the earliest.Also send me the question...
geetha ram radha
geetha80_2000@...
Send Email
Apr 3, 2003
4:33 pm
10254
chad, have a look at http://www.savarese.org/oro/software/NetComponents.html, looks like it's become part of Apache Jakarta now, source code is available and...
Aron Vaughan
AronVaughan
Offline Send Email
Apr 3, 2003
4:33 pm
Messages 10225 - 10254 of 31759   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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