5,031 Posted Topics
Re: 1) Tomcat have to be running 2) You will get something like on the attached image(there are some small differences between tomcat 5 and tomcat 6) 3) To create new project have look at this link from [URL="http://tomcat.apache.org/tomcat-6.0-doc/appdev/deployment.html"]Apache Tomcat documentation[/URL] If you have more questions just ask | |
Re: You have to specify what type of illustrator file extension you want to use and also you can do search on your own. "java+convert+extension+jpeg" | |
Re: It is output formating, have look at [URL="http://java.sun.com/docs/books/tutorial/java/data/numberformat.html"]this tutorial[/URL] it is not difficult | |
Re: [QUOTE=Subha_1984;495640][B]i want the project source code of online examination system in jsp.[/B][/QUOTE] Wrong site dude, this is not request and get or better buy a code. This is about do your own homework so you learn something (hopefully) and if you get in problems politely ask for help that can … | |
Re: You can learn about Servlet from different resources Sun [URL="http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html"]website[/URL], [URL="http://www.java2s.com/Code/Java/Servlets/CatalogServlets.htm"]java2s.com[/URL] and more just look for it | |
Re: You can only use what is available in util for J2ME [LIST] [*]Calendar [*]Date [*]Enumeration [*]Hashtable [*]Random [*]Stack [*]Timer [*]TimerTask [*]TimeZone [*]Vector [/LIST] Also there can be some differences between original and CLDC 1.0/CLDC 1.1 | |
Re: acidburn is right, you should use code tags to post your code and with number of post you made this should betrivial now... to your question pdf & java I would recommend you to look at iText. I found it quete useful, they have large forum and plenty of tutorials. … | |
Re: [QUOTE=satya5321;492627]hi you can read from Documentation that is provided IBM and you can download it and read the documentation.[/QUOTE] Isn't that EXACTLY same as masijade recommended??? | |
Re: There are different opinions what is the best book to learn Java from. This topic was discused in numerous places of this forum for example [URL="http://www.daniweb.com/forums/thread99132.html"]Starting "Java" [Java tutorials / resources / faq][/URL] that is on top of this forum and recently [URL="http://www.daniweb.com/forums/thread100373.html"]Java Book For Newbies?[/URL]. Have look at these … | |
Re: What you mean by treeview control? Something like this [url]http://www.w3schools.com/xml/note.xml[/url]? | |
Re: JCreator is very simple to use. Just create new document give it jsp extension and point to place where you want document to be saved. Than do your coding and compile. Everything done. Be carefull with beans which are usually placed in separated folder than rest of classes( folder classes … | |
Re: is google search above your skills? Heres is netbeans official tutorial found with google [url]http://www.netbeans.org/kb/50/tutorial-applets.html[/url] | |
Re: ehmmm, masijade this post is 3 years old:D | |
| |
Re: then please close this post, mark it as solved. There is link bellow last post that reads something like "Mark Solved" | |
Re: If you get errors post code and we will try to help you. However be aware we will do not do your homework for you. Read this "[URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL]" | |
Re: One way to do this is to use web.xml for servlet maping, that i swhat I used so far. However I'm not expert. Just borrowed book from library anout Tomcat and they suggest various ways, so try to get one... | |
Re: For the future you should read forums rules before you post, something like [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL]. For tutorials [URL="http://java.sun.com/docs/books/tutorial/jdbc/"]Sun[/URL] website shoul be always first place. And don't be shy to use google, just look [URL="http://www.google.co.uk/search?hl=en&q=java+ms+access+tutorial&btnG=Google+Search&meta="]what I got[/URL] by using it | |
Re: [LIST] [*] NetBeans requare to download Mobility Pack (2 actualy) [*] Eclipse has 7 plugins to choose from [*] IntelliJ IDEA comes with one in build plugin plus option download to download another one [*] or which ever IDE in combination with [URL="http://java.sun.com/products/sjwtoolkit/download.html"]Sun Java Wireless Toolkit[/URL] [/LIST] | |
Re: That is not neccessary, date and time get calculated from same offeset since epoch in miliseconds ![]() | |
Re: Grayscale images are still difficult to process/manipulate with java. You should look up [URL="https://jai-imageio.dev.java.net/"]Java Advanced Imaging - Image IO[/URL] many useful tips can be found on [URL="http://forums.java.net/jive/forum.jspa?forumID=76"]their forum[/URL] . | |
Re: I'm not gone write code for this as it is to simple, I will give you pseudo code and you work it out 1) initialize variable to some value 2) run a loop (for loop or while) to print that variable so many times as it its value 3) decrement … | |
Re: Http connection is very little different from classic java http connection. If we omit IOExceptions, code would look like this [code] String url = "http://www.daniweb.com"; InputConnection ic = (InputConnection)Connector.open(url); InputStream in = ic.openInputStream(); // read from InputStream ic.close(); [/code] For some examples check [URL="http://www.java2s.com/Code/Java/J2ME/Networks.htm"]this place[/URL], also [URL="http://www.amazon.co.uk/Beginning-J2ME-Professional-Jonathan-Knudsen/dp/1590594797/ref=sr_1_1?ie=UTF8&s=books&qid=1196421427&sr=1-1"]this book[/URL] is very … | |
Re: Good, can you mark this as solved then? There would be link bellow last post which read something like "Marks Solved"... | |
Re: Few thinks to this 1) JSP should not be use any more to communicate with DB, you need to use servlets 2) Do not use GET method for action POST is better 3) You have no validation on your data, which is very bad (don't expect user to always provide … | |
Re: Well you need to provide some requerements how the counter is supposed to work and interact with your existing program, else we will only waste time to come up with something that will be unusable | |
I was long looking for some help with my wireless on the laptop and finaly I found good tutorial at this place [URL="http://untitledfinale.wordpress.com/2007/10/22/update-ieee-80211-and-ipw2200-on-ubuntu-gutsy/"]http://untitledfinale.wordpress.com/[/URL]. Now after long I have briliant working wireless, better quality then ever. Hope this help somebody | |
We been asked to develop GUI for mobile pc 2003. Just interface, which is no problem. Part of my interface are some ComboBoxes. I found the way to add elements to them, but strangely I can't figure out how to force combo box to display selected element in the box. … | |
Re: First he has to make up mind which language he wants to use. As same post been made in C++ forum. So I guess he has no clue, just fishing what may be easier | |
Re: OK mr GrimJack, try me ;) To help you little there is another avatar I use often on gaming forums. Does this help? | |
Re: [URL="http://www.java2s.com/Code/Java/Collections-Data-Structure/Sort-Search.htm"]Here[/URL] are some examples. Next time google it, it is not so difficult... | |
Re: It is not about which IDE you are using so please do not include it in the post, otherweise it clearly show your low knowledge. And yes, JSR82 is Bluetttoh & OBEX API. You may get some custome APIs from phone manufacturers providing phone specific methods for certail phobe serries … | |
Re: As error say there is problem with line 166 which is part of your method [I]toString[/I] [code]public String toString () { String formatString = "Name: %s\n"; formatString += "Artist: %s\n"; formatString += "Number: %d\n"; formatString += "Units: $%.d\n"; formatString += "Price:$%.2f\n"; formatString += "Value: $%.2f\n\n"; [COLOR="Red"] return (String.format ( formatString, … | |
Re: 1) you can make custom dialog that takes two variables instead of one 2) request stones with first dialog and then request pounds in second dialog and work with them That is if I correctly interpreted the part "[I]splitting up the "ans" so that i can just multiple the stones … | |
Re: [quote="cullguy"]plz give me the code to make a frame transparent so that only its contents are visible....[/quote] Please read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]forum rules [/URL] and [URL="http://www.daniweb.com/forums/announcement9-2.html"]special sticky about homeworks[/URL] | |
Re: Have look at [URL="http://www.java2s.com/Code/Java/JSP/Beans.htm"]this tutorials[/URL] they can be helpful. Also you should try to get your hands on O'Reilly book [URL="http://www.oreilly.com/catalog/jsvltjspckbk/index.html"]Java Servlet & JSP Cookbook[/URL]. Has nice examples | |
Re: Google is your friend, here is outcome of my [URL="http://www.google.co.uk/search?hl=en&q=jsp+crystal+report+tutorial&btnG=Search&meta="]quick search[/URL] | |
Re: Connecting to DB with use of JSP is old fashioned and should not be used any more. So if you wish to interact with DB you should use JSP page with form for data entry, then pass it to servlet that will store data in DB and then to progress … | |
Re: You would be better of asking this question on [URL="http://forums.mozillazine.org/index.php?c=4"]Firefox forum[/URL] | |
Re: You have to be more specific about it... | |
Re: API for BufferedWriter it say it loud and clear [quote]A newLine() method is provided, which uses the platform's own notion of line separator as defined by the system property line.separator. Not all platforms use the newline character ('\n') to terminate lines. Calling this method to terminate each output line is … | |
Will be this forum directly linked to daniweb user database or do we need to create new account? | |
Re: google is your friend [url]http://www.google.co.uk/search?hl=en&q=jsp+ms+access&btnG=Google+Search&meta=[/url] | |
Re: No, because you will always access this bigones no matter how mutch you resize them, their are still same data size. You better do scale-down version of them. | |
Re: LOL,hostsyst that sounds like advertising. Same username as company name, but hell looks like they have good prices duno how good is their service. There is also another option [url]http://www.itanets.co.uk/[/url] | |
Re: This deffenetly is not compiler error. It is the code writter/author error! You telling to your program to use a class called [I]Change[/I] but is it implemented somewhere? I do not see it :| | |
Re: There gone be something wrong with your code. Can you please post it? PS: Use code tags, press hash "#" sign on post toolbar and paste your code between the tags which will appear | |
Re: [QUOTE=talyu;305062]HI guys, your code is soooo amazing~ i am doing something similar too but kinda stuck hope you can help me pleaseeee.basically i am also calculating the distance, but instead of having all the co ordinates typed in a text file, i am having a fill in blank for user … | |
Re: There are some nice tutorials for [URL="http://64.18.163.122/rgagnon/howto.html"]Date and Time[/URL] of Java section, it is up to you to implement it. Next time JSP related questions posr in >Web Development>>JSP | |
Re: Everybody have to learn somewhere... It is better to learn from other people mistakes but sometimes we can not avoid to do some stupid things by ourselfs. |
The End.