5,031 Posted Topics
Re: Can you please stop multiple-posting and stay with original post ! ! ! [url]http://www.daniweb.com/forums/thread80835.html[/url] [url]http://www.daniweb.com/forums/thread81465.html[/url] [url]http://www.daniweb.com/forums/thread81905.html[/url] [url]http://www.daniweb.com/forums/thread82013.html[/url] [B][COLOR="Red"]Please read the [/COLOR][URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]forum rules[/URL][/B] [quote]Do not flood the forum by posting the same question more than once (ie in multiple forums)[/quote] | |
Re: >I try to use a for loop to determine when there is no more arguments I do not see a reason to use for loop to determinate the number of command line arguments passed to application Simples thing would be [CODE]commandLineArguments = args.length;[/CODE]. This will also help you see if … | |
Re: You aware that accessing any database with JSP is not recommended and should be avoid. Servlets been design for this task... | |
Re: If you take time to search and browse even this forum not to mention rest of internet you will find this topic was discused so many times. To create PDF documents you can use [URL="http://www.lowagie.com/iText/"]iText[/URL] and work with excel you may want to use [URL="http://www.teamdev.com/jexcel/index.jsf"]JExcel[/URL] Plus there are many more … | |
Re: Trying to decompile JAR file, where there is no published source code, I will see it as illegal activity that is not welcome here guys... | |
Re: As thekashyap mentioned, [QUOTE]local_jlist is a function local variable (inpublic Prod_applet())[/QUOTE] which mean you can not access it in [INLINECODE]public void itemStateChanged(ItemEvent e)[/INLINECODE]. So you need to declare it on top level to be accesible by other methods [code]boolean inAnApplet = true; final boolean shouldFill = true; final boolean shouldWeightX … | |
Have friend which has a problem with Windows start up process. Sometimes on the start, pc just switch its self off for no reason. Can somebody advice? I read somewhere something about it, but can remember where. I will search for it, but if somebody know solution plese let me … | |
Re: Ah well, torrents and peer-to-peer... Notoriously know for they bad or slow performance. This issue has nothing to do with your Netgear product. You are trying to use one of the "free" torrents (in your case open source) which will be free as thousands and thousands people use them around … | |
Re: >1. Is there a class where it takes an audio file as a constructor and has methods that allow me pause, play and continue from any selected part of the song? According to API ackage [URL="http://java.sun.com/javase/6/docs/api/javax/sound/sampled/package-summary.html"]javax.sound.sampled[/URL] provides interfaces and classes for capture, processing, and playback of sampled audio data. However … | |
Re: This sort of problem will be more related to the software then hardware, try to reinstall warcraft and come back if that doesn't help | |
Re: there is that funny thing called [URL="http://www.google.co.uk/search?hl=en&q=Prim%27s+Algorithm+Implementation&btnG=Google+Search&meta="]google search [/URL]and it does bring lot of resources like [URL="http://en.wikipedia.org/wiki/Prim's_algorithm"]wikipedia[/URL] | |
Re: [QUOTE=mrark;390156]hello nazim i think ur a advance programmer can u help me i m a biggner i study java for 3 months i make a calculator but i take only input but when i give second input it overrides the first 1 any not perform any operation can u help … | |
Re: >Recently I updated my IE6 to IE7. You better of with firefox | |
Re: I hate NetBeans everything is made complicated there. If you wish to compile more then one source file they need to be in same project, if they are different projects it wouldn't work. PS: I would rather use command line then start using NetBeans ;) | |
Re: HttpSessionContext a public abstract interface which was deprecated and should not be used because of security reasons. What are you trying to do? | |
Re: [I]try[/I] have to by accomplished by one or more [I]catch[/I] blocks to handle exceptions and in addition you can use [I]finaly[/I] after either try or catch complished. Learn more about Exception handling at [url]http://java.sun.com/docs/books/tutorial/essential/exceptions/index.html[/url] in your case this should sort problem [code] catch(SQLException sqlEx) { sqlEx.printStackTrace(); } [/code] Also it … | |
Re: I just quickly google it [URL="http://www.java-tips.org/java-tutorials/tutorials/introduction-to-java-servlets-with-eclipse.html"]this one[/URL], maybe ~s.o.s~ can later come up with something better as he is using it... | |
Re: you need to [URL="http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html"]setup CLASSPATH[/URL] to your JAR file and then you will be able to compile your code simple way | |
Re: dajiebuda do not do double posting! Stick to the original post and do not spread chaos over forum. I told you where you can find information to setup CLASSPATH and you should follow them. Why? Because if the not let you have NetBeans you would not know how to run … | |
Re: There is no need to use applets for slide show and you would only complicate your life. You may do it with JavaScript as I did it few years back in my [URL="http://peterbudo.f2s.com/poland/gallery.html"]coursework[/URL] where I use buttons to move from image to image, but you can exclude buttons and use … | |
Re: You did not answer iamthwee question... All depends what you do and also how much usability you give a user. Do you colect only 2 variables or you let user insert as many values us he/she wish including bracklets, square, power etc? You want simple calculator like windows have or … | |
![]() | Re: >how it converts the letters to numbers simply put whole alphabet in array and then read name character by character and check out position of character in array and you getter number (there was also some method to do so but can't remember) algorithm behind will be something silly for … |
Re: [QUOTE=akash_msrit;387983]hi everyone how to display mysql query results in a html or jsp page. using java script or any other if u have working code or sample code please send me please help me . its very urgent regards Manjunath[/QUOTE] manjunath, first read rules about [URL="http://www.daniweb.com/forums/announcement9-2.html"]homeworks[/URL] Than, answer the question. … | |
Re: [QUOTE=nirmalaravi;387436]Hi all I need a java application to be developed for Game of Life without using applets by using only arrays thanks in advance[/QUOTE] I will advice you to read forum rules regarding [URL="http://www.daniweb.com/forums/announcement9-2.html"]homeworks[/URL] ![]() | |
Re: There is old comment on one website [URL="http://www.tek271.com/articles/java_2_applet_security.htm"]here[/URL] This can be of some help [url]http://mail-archive.objectweb.org/oscar/2004-08/msg00041.html[/url] also here is something [url]http://www.captain.at/programming/java/[/url] | |
Re: Yes, instead of submit create simple button and give it and action where to go after being pressed. Same think like "links" | |
I recently start to have problem with my internet connection. Called ISP and they told me to run few tests when there is a problem. One of them is [B]tracert[/B]. The last test result was as follow and is confusing [CODE]Tracing route to xxx.xxx.xxx.xxx over a maximum of 30 hops … | |
Re: [QUOTE=mody2007;386541]i want to implement a special symbol like (integration symbol )in java i want a complete example that i can excute it[/QUOTE] [B]I want[/B] [COLOR="Red"][B]you[/B][/COLOR] to read forum [URL="http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies"]rules [/URL] and [URL="http://www.daniweb.com/techtalkforums/announcement9-2.html"]homework rules[/URL]. After this demanding work I want you to use google and find some thing about "[URL="http://www.google.co.uk/search?hl=en&q=java+integral+symbol&btnG=Search&meta="]java integral … ![]() | |
Re: hmmm, I'm finishing this year(waiting for results), but I have to tell you that teachers are bored with all the websites implementations done in major languages so you have to be good in it to get good marks for it. Implementation and design have to be explain in details, lots … | |
Re: You may want to contact Creative support they are very helpful. I had twice problem with MP3 player (I know not sound card) and they been fast to locate what was wrong with it | |
I don't know if it was intention or not but Wink ;) and Tongue :P have same face | |
Re: Funny how you guys which never know what is communism talk about it "Study, study, study, said Mr Lenin", lol that was well know slogan in 80's back in Easter block Idea behind it wan't bad but after Lenin get ill Stalin take over and twist that idae how he … | |
Re: You may want to read these reviews about Asus motherboards [url]http://www.motherboards.org/reviews/motherboards/1620_1.html[/url] | |
Re: My favorite is Java How To Program, 6th edition from Deitel and Deitel jwenting will fill you on O'Reily books :) (sorry couldn't find the post where you mentioned last time, but it was nice collection) | |
I recently installed Ubuntu 7.04 on my system and for last few days been learning ways around this system and get familiar with it. I have to say I'm glad that my university has 25% machines running unix systems for Computer Science students or I would be lost. Today I … | |
Re: >investing in a gaming pc build your own machine and you can choose good power supply ;) | |
Re: [QUOTE=fahad;381309]Hi, I want to sign an email through some java API using a digital signature ,IF anyone of you can help me or give me a refrence to such API, that wil be nice[/QUOTE] [B]to sign an email[/B] what are you trying to say? You want to create application which … | |
Re: [QUOTE=joshSCH;379639]hmm.. Is there a way in which I can communicate with daniweb through java.. I've tried using an output stream writer to post for me, but it doesn't work.. The InputStreamReader can connect, and print the html associated with daniweb.. however, it does not actually read the posts b/c they … | |
Re: Can you elaborate more what you trying to achive? Packages in zip file? If you download it something from internet you can drop down the link so we can see it (as long it is not illegal) | |
Re: you can use Timer class and call method schedule(). Check API [URL="http://java.sun.com/javase/6/docs/api/java/util/Timer.html#schedule(java.util.TimerTask,%20long)"]here[/URL] | |
Re: Try to read this tutorials [url]http://java.sun.com/docs/books/tutorial/essential/io/[/url]. The task is not difficult and you should understand it, however if you will have any problems, just update your question and provide any code examples you working on Good luck | |
Re: [QUOTE=Sergio51;378196]Hi I have a similar problem with my Thinkpad G41. After a drop at the airport, all I can see in the LCD are vertical lines that change color and width according to the graphics being shown at the moment. The external monitor works fine. Did your screen lines change … | |
Re: there been some books 3-5 years back offering move from c++ to java, but I do not know if they print them any more. I used Java How To Program, 6th edition, from Deitel&Deitel, but this consern more people with no programming experience | |
Re: According to [url]http://www.bizrate.com/desktopcomputers/sony-vaio-digital-studio-vgc-ra828g-3.6-ghz-pentium-4-desktop--pid174679298/information.html[/url] this pc has PCI Express card so you can buy any PCI Express card. However before you do so, you should check your power supply. New graphics cards needs PSU above 400Watt. They are power hungry... As to choosing card it is up to you, what brand … | |
Re: >import an applet in to jsp Applet is just object inserted into HTML, jsp is just enhanced HTML(with some little coding related to JAVA). So what the link between this two? [B]H T M L[/B] | |
Re: Just download JDK of Java and you have compiler ([url]http://java.sun.com/javase/downloads/index.jsp)[/url]. This is not like c++ competition for best compiler :) ![]() | |
Re: you need to be more specific, as what you ask is not clear. Do you want to only paste name of the files from page_one to page_two or you want to upload file from local machine to remote directory? These are to very different tasks... | |
![]() | Re: Once created and initialized your coponent you need to add menu item to menu and then menu to menu bar Just quick cut from your code [code] JMenuBar topMenu = new JMenuBar(); JMenu gameMenu = new JMenu(); JMenu soundMenu = new JMenu(); JMenu helpMenu = new JMenu(); JMenuItem helpItem = … ![]() |
Re: >1)what do I needs to install before start coding? Java ofcourse [url]http://java.sun.com/javase/downloads/index.jsp[/url] >2)what environment(notepad,wordpad,..)do you offer me to try in? notepad is my preference, later you can get IDE's such as JCreator, Eclipse, NetBeans but that is up to you >3)what ever you think may help me to start java … |
The End.