5,031 Posted Topics
Re: [QUOTE=Skillzilog;1379011]wtf action[/QUOTE] Keep It Pleasant - Do not use offensive or obscene language If you have question ask in polite way or I'm sure nobody will reply to your posts. So hurry up and apologise | |
Re: You failed to specify what is actual problem | |
Re: Closing thread, please follow discussion [URL="http://www.daniweb.com/forums/thread323312.html"]here[/URL] @DallasFan3 1. Do not post the same question multiple times 2. Do wrap your programming code blocks within [noparse][code] ... [/code][/noparse] tags | |
Re: Without code difficult to help | |
Re: 1. Do not hijack old threads by posting a new question as a reply to an old one 2. Do provide evidence of having done some work yourself if posting questions from schoolwork assignments 3. [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL] | |
Re: [QUOTE=ajay.naruto;1378458]just partition the harddisk and install windows version ... later you install virtual pc software. in that you can easily install linux... and it's vary easy to use, if you dont wan2 use linux anymore, just unmount it:-)[/QUOTE] Reopen long dead thread, bad idea. Secondly bringing not value to discussion … | |
Re: OK, switched it to code snipped and added code tags | |
Re: @Haile12 Forum rules clearly states [B][color=red]Do not ask for help to pursue any illegal activity including, but not limited to, hacking and spamming[/color][/B] Take it as a warning Therefore thread closed. | |
1. Keep It Organized - Do not hijack old threads by posting a new question as a reply to an old one 2. Keep It Organized - Do provide evidence of having done some work yourself if posting questions from schoolwork assignments 3. [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those … | |
Re: Line 5 - you seemed to mistyped "a" equal to zero for "a" equal to "o" | |
Re: @yuri1969 do you think that you are helping person if you do the task for them? Think about it... Asking them questions and pointing them in right direction is much better as in doing so they try to solve it (if they are willing to) on their own, they make … | |
Re: Simple examples [code]public class SimpleMethods{ public int additionMethod(int x, int y){ int c = x + y; return c; } public int subtractionMethod(int a, int b){ return a - b; } public int multiplicationMethod(int a, int b){ return a * b; } public int divisionMethod(int a, int b){ return a … | |
Re: If you do not know this basic stuff then that is really bad... Anyway, if "r" is greater OR equal to zero AND "r" is smaller OR equal to file then value of "r" will be assigned to "rating" variable. So only numbers 0,1,2,3,4,5 will return TRUE for this if … | |
Re: Do not set it permanently! Use your IDE functionality to assign/include only packages you need for given project. Stacking up piles of libraries is pointless. Even better solution would be if you learn how to use Maven and create pom file | |
Re: 1.Read XML from user provided location 2.Use Apache POI library to help you extract data 3.Either temporary store it in some collection of a bean and then save it in one go or do it row by row as you retrieve you can save PS: You will use JSP just … | |
Re: We value your input, but please try to keep it on the site as the forum rule request. The code could be easily copy and paste here with no need of external link ![]() | |
Re: 1. Do not hijack old threads by posting a new question as a reply to an old one (post already moved to new thread) 2. Learn some spelling 3. [URL="http://lmgtfy.com/?q=java+chat+application"]Here[/URL] is your chat "massanger" application 4. You may also want to read [URL="http://www.daniweb.com/forums/announcement8-2.html"]this[/URL] | |
Re: Well you either tried to trick us in solving your homework (provided code wouldn't compile) or you copy&pasted some old rubbish that doesn't work. So what it gone be? | |
Re: There is plugin for [URL="http://www.jetbrains.com/idea/features/editions_comparison_matrix.html"]IntelliJ IDEA[/URL], but you have to have Commercial version that cost about £195 (no support for Android in Community Edition, from above link you can see it as 5th item from bottom of first table - IDE Features). There been attempts for NetBeans plugin through Kenai … | |
Re: First, start writing in proper English chat/sms approach is not welcome. Second, post problem description and not general subject/topic. | |
Re: Provide simple GUI based on JFrame and panel where info is showed to user | |
Re: [QUOTE=4ukh;1370421]for basics thousands of sites out there but i recommend you [url]www.functionx.com[/url][/QUOTE] That website is rubbish, sorry... Simple way to learn basics that are applicable to any database is have look at [URL="http://www.w3schools.com/sql/default.asp"]w3schools tutorial on SQL[/URL] or get a book called [URL="http://books.google.com/books?id=ZO6MF9Ja1zoC&lpg=PP1&dq=head%20first%20sql&pg=PP1#v=onepage&q&f=false"]Head First SQL[/URL] | |
Re: This is not homework service, [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL]. Therefore show some results or fail your homework... | |
Re: Maybe you should read forum rules regarding homeworks [url]http://www.daniweb.com/techtalkforums/announcement9-2.html[/url] and daniweb policies [url]http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies[/url] | |
Re: As error states struts-html.tld was not found in WEB-INF. Can you post your project structure? | |
Re: You are getting NullPointerException because something hasn't been initialized. Post your code | |
Re: [QUOTE=elanorejoseph;882365]first create a form and then an action page and view page for it in php and and create a table in the data base with all the fields you need to enter.[/QUOTE] This is Java web development not PHP web development my friend... | |
Re: You failed to specify platform. Secondly, why do you believe to be such difficult task? Simply: [LIST] [*]Allow user browser folder structure [*]Let user select/mark files for deletion [*]Once user perform delete action, move selected files to TRASH folder [*]Allow user to select/mark files in TRASH [*]Once marked in TRASH … | |
Re: What compiler is telling you is that it expected value in interval 1 to 31 but received something outside this limit. Guess that failing scenario is on days of month. Without specific code is difficult to say more | |
Re: Do not try to learn programming through IDE (NetBeans or others), you should use at the beginning Notepad and command line. Nevertheless, once you read value of the textfield as string then use either Double or Integer method for parsing to see if you able to get number out of … | |
Re: 1. Your code would even compile 2. You are ignoring naming conventions, this could be good [URL="http://java.about.com/od/javasyntax/a/nameconventions.htm"]start[/URL] 3. You are looking understanding of passing variables between method or classes [icode]private static void reverse (Sentence)[/icode] wouldn't work you should be using [icode]private static void reverse (String sentence)[/icode] for example 4. You … | |
Re: You need to apply [URL="http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html"]SimplaDateFormat[/URL] | |
Re: Are you sure that your servlet after compile was placed in correct directory PROJECT/WEB-INF/classes/edu/studies/service/AbcServlet ? | |
Re: About time you start reading some of the books and articles about hacking, there are many on the market, so you can learn what tactics are used | |
Re: What you are looking for is [URL="http://download.oracle.com/javase/6/docs/api/javax/swing/text/Caret.html"]Caret[/URL], here is [URL="http://download.oracle.com/javase/tutorial/uiswing/components/generaltext.html#caret"]example[/URL] | |
Re: Merged, deleted double. @usccapo 1. Read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]forum rules[/URL] 2. Do not just post full assignment and some code without explanation what is problem. We are not here to solve your assignment, we are here to guide you. These are two different things. | |
![]() | Re: 1. Your Tomcat should be running on Apache server, do not expose Tomcat directly to user 2. Do not run servers as root user, create specific user for it with certain set of privileges 3. Close connection to your database from outside and use localhost for connection 4. If you … |
Re: What method you using to t data out of HashMap? Are you getting [0.76,.0818] as two values where first is key and second value or their are single entry as string? | |
I have VLC running on my laptop which does happily plays CDs and movies on the local disk. However I'm not able to play DVDs. In the Preferences under Input & Codecs Settings where default disk device can be set I'm getting 2 question marks in diamond shape and the … | |
Re: no that is not what he wanted. he is not looking for html code. point is, take lazy user which doesn't like to move with mouse. after filling requered fields he only will press enter and by transfered to next page. Press enter work as long after typing password user … | |
Re: [QUOTE=lexflash;1360696]I have found that java-barcode-reader can be used for that. Also I saw in a code snippet that BarCodeReader class is used for this but i dont know how to use the jar file and what do I import to use this BarcodeReader class[/QUOTE] How are we supposed to know … | |
Re: Difficult to answer without seeing code | |
Re: You wouldn't need JSP/JSF if you going with Wicket. You will need little background on servlets so you set up listeners and perhaps sessions. Little background on JPA wouldn't hurt either. For Wicket I can recommend [URL="http://www.manning.com/dashorst/"]Wicket in Action[/URL], resources [URL="http://wicket.apache.org/index.html"]Apache Wicket[/URL] (documentation, pom builder, examples) and [URL="http://wicket.sourceforge.net/wicket-quickstart/"]wicket-quickstart[/URL] PS: At … | |
Re: @jehad golden rule of the forum is [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL] so you better to start showing something here @javaAddict 2 or 3 times I was able to link up post with school assignments due to person directly copy & paste assignment and also … | |
Re: Time to start using Google! If you do you may find article like [URL="http://www.javaworld.com/javaworld/javaqa/2000-05/03-qa-0526-pass.html"]this[/URL], and here is [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=java+call+by+reference&aq=1&aqi=g10&aql=&oq=java+call+&gs_rfai="]rest of search[/URL] | |
| |
Re: [QUOTE=AmnGupta;1359753]what is this true for.... means frm_entry_indent fei= new frm_entry_indent(this,[B]true[/B]); kindly reply....[/QUOTE] He wouldn't know as it is IDE generated code. Obviously another drag&drop NetBeans developer in making that has no clue about coding | |
Re: You can find solution [URL="http://www.daniweb.com/forums/announcement8-2.html"]here[/URL] | |
Re: [QUOTE=toplinecar;1358014]There are several problems to come such errors. sometime java software is not propositional with system. mostly 80% problems faced form this. you have to reinstalled latest software of java. if you not set the right path of java then also error is occured. and sometimes your class declaration is … |
The End.