- Strength to Increase Rep
- +12
- Strength to Decrease Rep
- -3
- Upvotes Received
- 91
- Posts with Upvotes
- 84
- Upvoting Members
- 44
- Downvotes Received
- 8
- Posts with Downvotes
- 8
- Downvoting Members
- 8
Clueless about life
- Interests
- My daughter :-)
- PC Specs
- Mac Book Pro 2017
Re: There was a king who abdicated his throne for a woman. | |
| |
Re: Off topic but I have to ask:- >> My wife's health is such that she would like to remove the presence of WiFi signals in the house if possible. This isn't as ludicrous as it sounds You do realise that WHO (and countless other bodies) have found no link between … | |
Re: @chackboom Am pretty sure the O.P. must have found a solution to it long long ago, please check the dates before posting on such fossilized threads. | |
Re: [QUOTE=Bob_180_Bob;631901]Adolf Hitler's mother seriously considered having an abortion but was talked out of it by her doctor.[/QUOTE] I dont think so, Adolf Hitler was born in Austria in 1889. His mother, Klara, had previously given birth to two boys and one girl, all of whom had died. I don't think … | |
Re: [QUOTE=shockwave_05;808960]ui,anu n?[/QUOTE] Read the rules and stick to using the English language | |
Re: Following is another site which gives you javadocs with examples. [url]http://www.kickjava.com[/url] [B]>>Performance<<[/B] Programming in Java over the years, I have encountered quite a few myths (ex. making your variables and methods final), although the following article by Brian Goetz is nearly three years old, I still encounter these "myths" about … | |
Re: [QUOTE]But now when I try to use this command: Cl/LD NativeDemo.c the response I get is: 'Cl' is not recognized as an internal or external command, operable program or batch file.[/QUOTE] That my friend is because you have not installed the C compiler needed to compile your .C file. The … | |
Re: [QUOTE=Kawaljeet;615324]Dear All, I am new to Daniweb community. I am a business man in India and not a technical person anyhow. I want to create a SMS Gateway to send bulk SMS. For this I need to have all the technical know how about the same. I also want to … | |
Re: [QUOTE]can any one send me this code? plzzzzzzzzzzzzzzzz send it ASAp[/QUOTE] Yeah, sure the code is already available [URL="http://www.daniweb.com/forums/announcement9-2.html"]here[/URL] | |
Re: [code] info.studio52.dao.ContentsDAO.getContentsById(ContentsDAO.java:73) info.studio52.controller.HomeAction.home(HomeAction.java:42) [/code] Is info.studio52 your package, Also paste your code (especially the code at the lines mentioned above). Also you obviously(as the exception shows) are having some problem tracking your Array indexes, We need your code to go on to diagnose the issue here apart from just the … | |
Re: Well moved from C++ to Java (In college) and found the transition easier, then I had to temporarily move to C++ from a project and initially it was hell. So if you already have worked on C++ and have put in some amount of effort in Java, I would suggest … | |
Re: Give us the complete URL on how you are calling it, Is it like this : http://localhost:8080/<project-name>/myServlet Also can you access "index.jsp" ? | |
Re: First of all why do you wish to run multiple tomcat instances on the same machine ? | |
Re: [QUOTE]It's about an application that can be able to send sms to the users mobiles phone and receive sms from them.[/QUOTE] Since you are looking to send and receive messages as well, you will need a GSM modem (to at least receive messages), [URL="http://smslib.org/"]SmsLib[/URL] is a popular library to achieve … | |
Re: Verruckt24, I guess the O.P. by now must have already figured out how to accomplish this task. "bertt" is the culprit who revived this thread older than almost 6 months and whats worse he doesn't even provide a decent answer, let alone use code tags or anything else. | |
Re: Well maybe this might just be an error you made while writing this post, but "WEB_INF" should be "WEB-INF". Apart from that at first glance I do not see anything wrong here. Also you could try changing the import statement to "view.*" and observe what happens !!! | |
Re: Had come across this one last week:-- The following ads appeared in a newspaper over a period of four days, the last three hopelessly trying to correct the first day's mistake. [B] MONDAY:[/B] For sale: R.D. Jones has one sewing machine for sale. Phone 555-0707 after 7 P.M. and ask … | |
Re: [QUOTE=christiangirl]Note: I know the code is not formatted well, with spaces and tabs. Sorry, it is no my code it is a student who I am helping. [/QUOTE] Use an advanced IDE like Eclipse or Netbeans, they have features like autoformat using which you can automatically format any code, no … | |
Re: Open in the jar file in WinZip or WinRAR to check if it actually contains any class file. According to me the command for you case is : [code] jar cfm [jar file name] [manifest file name] [java class name].class. [/code] And BTW please use code tags while including code … | |
Re: Currently listening to [URL="http://www.youtube.com/watch?v=--ZTrKPFwJc"]"The Never Ending Story"[/URL] theme song, never get tired listening to it. | |
Re: [QUOTE]I am very naive to java.[/QUOTE] So buy / borrow / steal a book on Java read it (there is also the "[URL="http://www.daniweb.com/forums/thread99132.html"]Starting Java[/URL]" sticky which should interest you) and get up to speed on it. I think your class instructor / firm would have given you this assignment only … | |
Re: now thats what even I would call an excessive use of code tags :P | |
Re: > h . x I think you (or they) have forgotten to mention the Current Working Directory is 'test'. So in that case 'javac' would not be able to find B.java in test and give you an error. |