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...
you can create a new instance of filereader like FileReader fr = new FileReader(..............) //complete syntax see book/ and then use the command if File...
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...
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...
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...
... 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...
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...
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...
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...
int width = yourComponent.getWidth(); int height = yourComponent.getHeight(); int x = yourComponent.getX(); int y = yourComponent.getY(); so your tank object...
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@...
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@...
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....
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...
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...
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...
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...
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...
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. ...
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...
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...
Who says that you always need a constructor for reflection? Well, if you do: try { Class myClass = Class.forName("com.foo.bar.SpecialOrderXML"); OrderXML...
The method indexOf(storeText) returns the first occurrence of the string. Try using the JTextComponent methods cut() and paste() or getSelectionStart() ... ...
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...
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@...
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...