5,031 Posted Topics
Re: you can always use your string array length as parameter in the loop [icode]for(int i=0;i<stringArray.length;i++)[/icode] | |
Re: The other side of the story "I want it too" can be found here [URL="http://http://i.gizmodo.com/5458382/8-things-that-suck-about-the-ipad"]8 Things That Suck About the iPad[/URL]. If in the future I will find need to buy gadget in this area I may take it as one of the option to considerate, however I will never … | |
Re: [QUOTE=iskalabatoto;1254632]i appreciate your opinion...but we'll be more glad if you'll explain rather than nagging.:D it will all give us benefits:D told you...i'm new at this.^^[/QUOTE] That is poor excuse... Be glad that somebody posted code for you, even though it does not work properly. You should build on it and … | |
Re: Windows and Ubuntu Installation and PATH setup read [URL="http://www.daniweb.com/forums/post1087430.html#post1087430"]here[/URL] | |
Re: Have look on this samples, I did not have time to check if they work. [URL="http://wiki.forum.nokia.com/index.php?title=Special:PdfPrint&page=How_to_play_video_streaming_in_Java_ME"]Code sample 1[/URL] and Nokia's [URL="http://gestalt.monoid.net/stuffu/mobile/MIDP_Mobile_Media_API_Developers_Guide_v1_0_en.pdf"]MIDP: Mobile Media API Developer's Guide[/URL] | |
Re: You should better check what installation of Java you using because Ubuntu 10.04 doesn't come with Sun Java and this has to be add it manually. Simple check [code=text]java -version[/code] | |
Re: You may get some hints of errors if you try to see the page in IE, but in general there are not many well know profesional tools. Here is some [URL="http://www.google.co.uk/search?hl=en&q=javascript+validator&btnG=Google+Search&meta="]google search[/URL] if that helps | |
Re: Bad do not do database connection from JSP, [URL="http://www.daniweb.com/forums/thread141776.html"]read this[/URL] how to do it better | |
Re: No Tomcat is not the only one, but is most popular. Other options are JBoss, GlassFish, Jetty, WebSphere, WebLogic and more. Choice is yours. | |
Re: Give your self slap on hand for using database connectivity directly for page view. [URL="http://www.developer.com/java/other/article.php/3696226/Implementing-Search-Result-Pagination-in-a-Web-Application.htm"]Pagination article[/URL] suggested by ~s.o.s~ in regards of pagination implementation | |
Re: Any good reason to mess around with Runtime when you do the same with [URL="http://java.sun.com/javase/6/docs/api/java/io/File.html#mkdir()"]mkdir()[/URL] method of File class? | |
Re: On top of Java forum is [URL="http://www.daniweb.com/forums/thread99132.html"]Starting "Java" [Java tutorials / resources / faq][/URL] | |
Re: Well answer is simple, HSpace is size of of empty space in pixels from left and right side of your image. Increase value of this setting and everything on left & right get shifted away from your image. Why don't you try put all this menu buttons in one row … | |
Re: [QUOTE=divakar.durai;1088421]How to discover the local area network in java?[/QUOTE] By reading above replies and not asking general questions... | |
Re: Hacking as playing around/exploring code/language is OK, hacking to gain unauthorized access or spread havoc is not welcome and discussion of it is prohibited on this forum. If you want to start learning Java here are some resources you can have look at [URL="http://www.daniweb.com/forums/thread99132.html"]Starting "Java" [Java tutorials / resources / … | |
Re: Thread closed before another credit card signature spammer will find it like studentcredit dude. | |
Re: [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL] | |
Re: The fastest way is do it as [code]public boolean function(String valueOne, int valueTwo ){ Connection connect = null; try{ connect = new database().getConnection(); Statement con = connect.createStatement(); String qry = "SELECT * FROM table"; ResultSet res = con.executeQuery(qry); // Do i close the connection and statement here?? }catch(SQLException ex){ ex.printStackTrace(); … | |
Re: Sometimes it is good idea to have look on Code Snippets like [URL="http://www.daniweb.com/code/snippet227459.html"]this one[/URL] | |
Re: [url]http://developers.sun.com/mobility/midp/questions/version/[/url] | |
Re: Have look at google scholar, wii controllers been topic of many projects since they came out [url]http://scholar.google.co.uk/scholar?hl=en&as_sdt=2000&q=wii+controller+connectivity[/url] | |
Re: [URL="http://www.developer.com/java/other/article.php/3696226/Implementing-Search-Result-Pagination-in-a-Web-Application.htm"]Pagination article[/URL] suggested by ~s.o.s~ in another article with similar issue | |
Re: >>What is the primary programming language for development? Java and XML (nothing special just to be able to set up some configurations and create property files that can be sometimes complicated with java - list of resources, variables, layouts etc.) >>Where can I get the SDK? Official [URL="http://developer.android.com/index.html"]Android Developers[/URL] site … | |
Re: Looks like logic is not correct. I guess you are building form and appending images on build. What you need is build form with one image and display it, in same time set sleep thread which will then call method to append new image | |
Re: You need to be little more specific on what type of device development you are looking at Java ME/Symbian/iPhone/Androoid. | |
Re: You need to compare return from random function with some collection of previously provided numbers and check for duplicity. If a number already exists you want to call random function again, till you get number that does not exist in the collection. | |
Re: Please post your question not just your code expecting people will try to figure out what sort of errors you getting and what are you actually trying to achieve | |
![]() | Re: @hOmAm you just replied 3 years old thread. The problem is either already solved or long forgotten. Please do not reopen old threads in the future. Thread closed |
Re: @jwenting please moderate your replies. We know people are unhappy with students posting their homeworks with no intention of solving it and we are looking into issue. @SmartDJ if you have intention on working on this then by no means create new thread in appropriate forum section. As for this … | |
Re: [URL="http://poi.apache.org/"]Apache POI[/URL] is all you need | |
Re: @rasna this thread is almost 2 years old and there is no point to reopen it. Please create new thread, provide relevant coding and explain properly what sort of issues you are facing. Thread closed! | |
Re: Beginning J2ME: from novice to professional - Chapter 10 [URL="http://books.google.com/books?id=chepSC2iAB8C&lpg=PP1&dq=beginning%20j2me%20from%20novice%20to%20professional&pg=PA143#v=onepage&q&f=false"]Connecting to the World[/URL] | |
Re: Because your question doesn't make sense. Explain properly, do not expect us to do guess work and what you trying to do. | |
Re: Official Oracle - Sun [URL="http://blogs.sun.com/javafx/entry/want_to_try_javafx_on"]Blog [/URL] or just other google [URL="http://www.google.co.uk/#hl=en&q=javaFX+enabled+mobile+phones&aq=f&aqi=g-sx1g-msx1&aql=&oq=&gs_rfai=&fp=6fe8bdf9679c5dd4"]results[/URL]. | |
Re: [URL="http://java.sun.com/developer/onlineTraining/java3d/"]Java 3D API Tutorial[/URL] and more if you google for it | |
Re: Thread merged. 1. Make up your mind which language you want to use. 2. [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL] | |
Re: You are wasting time with querying to get number of packages to determinate size of array, use ArrayList instead. Your database structure seems to be mess. ID should be unique and your primary key. Why do you have repeating IDs? | |
Re: 1. Why every class extends JApplet? 2. Why do you not use a class "Ball" with size and colour instead of creating every ball as new object? Random generation: A) generate number between 0-80 inclusive for total squares on board B) generate number between 0-8 inclusive, one for row and … | |
Re: @DeadSoul 1. We want to people learn and not just copy and paste solutions, so next time please provide just basic guidance points and not whole solution. 2. Question was about "java.lang.ClassNotFoundException: com.mysql.jdbc.Driver" not about ODBC 3. Was there any request for GUI? @tufzz good start not many people actually … | |
Re: [QUOTE=EmmaStreet;1235295]In the class or the applet?[/QUOTE] Looking on your code "EmmaDate" need it. Not sure about applet as there is no code EDIT: LOL 3 replies in same time | |
Re: As soon you provide some code then maybe... | |
Re: Why people try to ge clever if they do not have knowlidge of what they try to do. 1) No personal emails in posting, read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]the rules[/URL] (specialy this section [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies#faq_keep_it_on_the_site"]Keep It On The Site[/URL] ) 2) Use google to find some answers, maybe somethink like [URL="http://www.google.co.uk/search?hl=en&q=java+sms+pc&btnG=Search&meta="]this[/URL] | |
Re: You can start with this tutorial [URL="http://java.sun.com/docs/books/tutorial/java/data/numberformat.html"]Formatting Numeric Print Output[/URL] | |
Re: Integer.[URL="http://java.sun.com/javase/6/docs/api/java/lang/Integer.html#parseInt(java.lang.String)"]parseInt(String s)[/URL] | |
Re: So why didn't you post your code with an issue you facing instead of boasting what everything you did. We do not see code we cannot help and mind reading is different ocupation... | |
Re: Generic question gets generic [URL="http://www.google.co.uk/#hl=en&source=hp&q=glassfish+tutorial&aq=5&aqi=g10&aql=&oq=glassfish&gs_rfai=&fp=edd23a41f2d0175d"]reply[/URL] |
The End.