5,031 Posted Topics
Re: Well your problem is that whole code is cramped in main method with no other method calls that is in general sign of bad codding and there is nothing to really test. You should have at least two methods: 1) to read input provided by user and return value only … | |
Re: I have no problem to download them and extract. What operating system you using, browser used to download and what application you used to open downloaded files? | |
Re: Ages since I did anything in C# and be it mobile, nevertheless this should be enough [URL="http://www.codeproject.com/KB/mobile/GenericMobileDataCollect.aspx"]A generic Mobile Data Collection Control[/URL] | |
Re: If you want to just create click on browser you may want to look into [URL="http://seleniumhq.org/"]Selenium[/URL] library (nice library used for testing web applications) | |
Re: Simple, when you call for JAR file include starting parameters on the same line as name of file you will execute. Then in Java app check for any arguments (args[]) | |
Re: Thread closed, please follow discussion [URL="http://www.daniweb.com/software-development/java/threads/406934/1737107"]here[/URL] | |
Re: I wouldn't do that. You need to have it connected with some database so you do give appropriate/linked suggestions, example shopping for car not to suggest pc components. J2ME is not suitable platform for this and I'm not sure if I would attempt such thing on Android or iPhone yet … | |
Re: Question is too generic, like if supermarket was robed how to secure it. How did they get in(through unsecure coding of web application, lazy admin didn't change default database credentials etc)? Did they stole something(database, confidential data) | |
Re: Previously it was possible to copy text from Google books, but I think they had to give in to pressure from publishers (as google scanned millions of books without permission from publishers) and so from few months back it is not possible to do direct copy&paste, you have to manually … | |
Re: Obviously beginner and just having silly ideas. Java wasn't design for what you want it to do. End of story Thread closed | |
Re: Most of us computer science graduates that picked mobile development either at work or in own free time. What I can say is that employers are looking for people with proven track of development. Meaning either you can show them your applications on the market or in some version system … | |
Re: Secondly, you are more likely to know only mods in your forums of interest, but there more people then these. At the moment there is 20 of mods, 1 supermod and 4 admins. Do you know them all? | |
Re: You want to do this database connection in servlet and there is also place where you can call on a function that will do resizing | |
Re: Eclipse official documentation [URL="http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftasks-33.htm"]Creating a New JAR File[/URL] | |
Re: At the moment not. You may try to continue discussion in thread where you received bad reputation to explain why did you chose the answer as you did. | |
Re: [QUOTE=roshan_iiita;1690069]I think sourceforge.net will be the best option for finding the project right ?? There i can join mailing lists also but how will i get the bug database ?? Because generally it doesn't come with the project itself.[/QUOTE] I do not want to sound negative, but sourceforge is not … | |
Re: @Ms New to Java I do recommend that you stop sending personal messages(PM) to forum members. It is unwelcome practice. All the help you got so far is good, but it is up to you to use it. This is NOT 24/7 coding forum for lazy people. | |
Re: [QUOTE=gourav1;1730687]i am using net beans 6.8 and in that there is no file named web.xml rather it has sun-web.xml, also its content are not same as like in net beans' earlier versions. iit don't have init parameter like and i want to use filter and i have to make changes … | |
Re: Well seems to be obvious that you are missing some libraries. There is something on back of my mind that latest NetBeans download included some testing frameworks, not sure of that and due to this you didn't need it to manually include them in project. In Eclipse you will either … | |
Re: 1) Reasonable yes, impressive not sure, you should check with project tutors if someone would be interested in it. 2) On top of the forum there is post with title [URL="http://www.daniweb.com/software-development/mobile-development/threads/302854"]Starting mobile development [SDK / tutorials / resources / faq][/URL] that should provide you with plenty of start-up materials | |
Re: You would need to know how to use Maven and create super-pom that will install it. Otherwise just manual. Testing, there is plenty of testing frameworks available for Android and you should have been doing it from beginning not now at end | |
Re: You have to execute ant call from inside Sphinx directory on the same level as is build.xml. Checking their [URL="https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/sphinx4/"]SVN[/URL] it is clearly there on top level in the directory as expected | |
Re: Have look at [URL="http://itextpdf.com/book/index.php"]iText[/URL] library, but you may run in difficulties with PDFs created from scanned documents (basically converted JPEG or TIFF to PDF) which needs to be run with OCR and this process is never 100% perfect | |
Re: Thread closed as it is double of [URL="http://www.daniweb.com/software-development/java/threads/405423"]this thread[/URL] | |
Re: Please search forum this was already discussed multiple times (last time no longer then few weeks). Secondly use of if/else for every check is mad house use array | |
Re: Yes of course, because you overwrite previous values. You need to store these data in a collection(array, array list, vector etc) | |
Re: You need to separate view from logic, meaning move that database connectivity to a class that will be called by servlet and do not do this in JSP. Check out MVC tutorial at the top of JSP section for more suitable approach | |
Re: @Philippe.Lahaie 1) Forum rules clearly state [quote]Do provide evidence of having done some work yourself if posting questions from school or work assignments[/quote] which original poster ignored therefore you should not provided the code 2) Your code? Ouch what a mess that if/else statements and switch statements is something to … | |
Re: I had look on [URL="http://vase.essex.ac.uk/software/JavaPlot/index.html"]Java Plot[/URL] that I think will use with one of my pet projects | |
Re: [QUOTE=rhfh;1727316] Any recommendation on Java books for starter?[/QUOTE] [URL="http://www.daniweb.com/software-development/java/threads/99132"]Starting "Java" [Java tutorials / resources / faq] [/URL] on top of this section is place to start | |
![]() | Re: Check solution [URL="http://stackoverflow.com/questions/2366270/the-module-has-not-been-deployed"]here[/URL], the person had similar issue and solved by checking error line in build-impl.xml where there was issue with path name in windows |
Re: Check this entry from [URL="http://library.linode.com/web-servers/apache/installation/ubuntu-10.10-maverick"]Linode[/URL] | |
Re: Java installation steps can be found [URL="http://www.daniweb.com/web-development/jsp/threads/249070/1087430#post1087430"]here[/URL] | |
Re: Can you attach sample word document you trying to work on? | |
Re: [QUOTE=Ezzaral;1717330]It's a paperback - not an ebook. There are a ton of copies for sale online.[/QUOTE] He was more likely looking for "free" download and care not for legal side of it... | |
Re: Please check my answer [URL="http://www.daniweb.com/software-development/mobile-development/threads/342928/1455982#post1455982"]here[/URL] | |
Re: Forum rules clear state [b]Do provide evidence of having done some work yourself if posting questions from schoolwork assignments[/b]. If you not willing to actively participate in the process then it is not our fault that you get "F". We are not 24/7 coding service for lazy people | |
Re: I hope you have understanding of version control systems (SVN/git/Mercurial) as these are the sole bone of the whole idea. You would need to be able to communicate with chosen version control system. The website is just front end of it, that provides projects descriptions, history listing easy access to … | |
![]() | Re: [QUOTE=markdixon;1714110]Dan Quadrozzi, Do you think I don't monitor java forums? This could/will be classed as plagiarism if I find any of these suggestions in yours or any of your collegues code. You may want to warn other class mates of this. I can see that this is the second time … |
Re: [QUOTE=ChrisHunter;1703293]Wow sounds like you needed to vent. i feel you pain though i'm playing battleField 3 at the moment and although you are put in squads there's not much point in them everyone runs around like headless chickens and with little to no tactics other than run forward untill you … | |
Re: [QUOTE=pro_learner;1716738] I don't know how to use this in my application.Please help me to solve this.[/QUOTE] You do not know what? How to add this library to your project or how to use functionality of this library(write code with it)? | |
Re: You aware that what you described sound as attempt to create spam software and members of this community my reject it? | |
Re: w3schools - [URL="http://w3schools.com/media/default.asp"]Multimedia Tutorial[/URL] | |
Re: Never seen or heard anyone to mention such option. As far I'm concerned user has to do manual update. | |
Re: Sound like you are using single db connection instead of pool that simple times out after certain time of inactivity and then a thread is trying to equerry DB but it is not aware that connection is down and it should create new connection. PS: Without knowing what is in … | |
![]() | Re: Just another useless thread started by signature spammer for signature spammers. No quality, just thanx for good tip and lame advice. Serious members are just sick and tired of you India-Pakistan-China-Philippines and other spamming countries. At least Russian can hack. |
Re: [URL="http://www.google.co.uk/#sclient=psy-ab&hl=en&source=hp&q=java%20csv%20library&pbx=1&oq=java%20csv%20&aq=3&aqi=g4&aql=&gs_sm=sc&gs_upl=1180l3436l0l5896l9l7l0l2l2l0l102l578l6.1l9l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=7eccc5b498afd903&biw=1776&bih=875&pf=p&pdl=300"]java csv library[/URL] equal no messing with tokenizer ;) | |
Two ints and a float are in a bar. They spot an attractive double on her own. The first int walks up to her. “Hey, baby”, he says, “my VM or yours”. She slaps him and he walks back dejected. The second int walks over. “Hey, cute-stuff, can I lick … |
The End.