5,031 Posted Topics

Member Avatar for danielagaba

you can always use your string array length as parameter in the loop [icode]for(int i=0;i<stringArray.length;i++)[/icode]

Member Avatar for peter_budo
0
63
Member Avatar for Techwriter10

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 …

Member Avatar for Techwriter10
0
1K
Member Avatar for iskalabatoto

[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 …

Member Avatar for peter_budo
0
215
Member Avatar for yapaarachchi

Windows and Ubuntu Installation and PATH setup read [URL="http://www.daniweb.com/forums/post1087430.html#post1087430"]here[/URL]

Member Avatar for leiger
0
120
Member Avatar for danielagaba

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]

Member Avatar for peter_budo
-1
79
Member Avatar for leiger

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]

Member Avatar for leiger
0
179
Member Avatar for knight fyre

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

Member Avatar for helioptra
0
274
Member Avatar for AbhikGhosh

Bad do not do database connection from JSP, [URL="http://www.daniweb.com/forums/thread141776.html"]read this[/URL] how to do it better

Member Avatar for AbhikGhosh
0
166
Member Avatar for pradeesiva

No Tomcat is not the only one, but is most popular. Other options are JBoss, GlassFish, Jetty, WebSphere, WebLogic and more. Choice is yours.

Member Avatar for peter_budo
0
23
Member Avatar for baktha.thalapat

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

Member Avatar for peter_budo
0
176
Member Avatar for abctoz

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?

Member Avatar for masijade
0
179
Member Avatar for MrBlack

On top of Java forum is [URL="http://www.daniweb.com/forums/thread99132.html"]Starting "Java" [Java tutorials / resources / faq][/URL]

Member Avatar for MrBlack
0
115
Member Avatar for d3sol4t3

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 …

Member Avatar for esfwff
-1
115
Member Avatar for nanosani
Member Avatar for adityabakle

[QUOTE=divakar.durai;1088421]How to discover the local area network in java?[/QUOTE] By reading above replies and not asking general questions...

Member Avatar for peter_budo
0
350
Member Avatar for qingpete4

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 / …

Member Avatar for ddanbe
0
99
Member Avatar for StrangeLoops
Member Avatar for Jimmy Giles

Thread closed before another credit card signature spammer will find it like studentcredit dude.

Member Avatar for peter_budo
0
330
Member Avatar for fankoff

[URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL]

Member Avatar for peter_budo
0
269
Member Avatar for tyson.crouch

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(); …

Member Avatar for Stefano Mtangoo
0
87
Member Avatar for Rohit V Gupta

Sometimes it is good idea to have look on Code Snippets like [URL="http://www.daniweb.com/code/snippet227459.html"]this one[/URL]

Member Avatar for peter_budo
0
67
Member Avatar for bluebird

[url]http://developers.sun.com/mobility/midp/questions/version/[/url]

Member Avatar for peter_budo
0
68
Member Avatar for gedas

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]

Member Avatar for gedas
0
113
Member Avatar for manmeet khanuja

[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

Member Avatar for peter_budo
0
118
Member Avatar for Buolbear4444

>>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 …

Member Avatar for peter_budo
0
195
Member Avatar for Software guy

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

Member Avatar for Software guy
0
303
Member Avatar for ndeniche

You need to be little more specific on what type of device development you are looking at Java ME/Symbian/iPhone/Androoid.

Member Avatar for peter_budo
0
231
Member Avatar for mohamed mo'men

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.

Member Avatar for mohamed mo'men
0
410
Member Avatar for cancer10
Member Avatar for rythreion

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

Member Avatar for peter_budo
0
96
Member Avatar for san_fran_crisko

@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

Member Avatar for peter_budo
0
5K
Member Avatar for bala9611

@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 …

Member Avatar for peter_budo
0
184
Member Avatar for vishal18
Member Avatar for DhruvaRai

@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!

Member Avatar for peter_budo
0
2K
Member Avatar for Rohit V Gupta

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]

Member Avatar for Rohit V Gupta
0
98
Member Avatar for karanits

Because your question doesn't make sense. Explain properly, do not expect us to do guess work and what you trying to do.

Member Avatar for karanits
0
110
Member Avatar for mahdi68

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].

Member Avatar for peter_budo
0
72
Member Avatar for sajithdil

[URL="http://java.sun.com/developer/onlineTraining/java3d/"]Java 3D API Tutorial[/URL] and more if you google for it

Member Avatar for sajithdil
0
269
Member Avatar for hodna1

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]

Member Avatar for jwenting
-1
99
Member Avatar for tyson.crouch

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?

Member Avatar for tyson.crouch
0
320
Member Avatar for aleesya88

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 …

Member Avatar for aleesya88
0
154
Member Avatar for veledrom
Member Avatar for staufa

@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 …

Member Avatar for peter_budo
0
226
Member Avatar for Daffodil_Thursday

[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

Member Avatar for Daffodil_Thursday
0
4K
Member Avatar for sivaprakashm
Member Avatar for sawant_nitesh

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]

Member Avatar for peter_budo
0
503
Member Avatar for evak77

You can start with this tutorial [URL="http://java.sun.com/docs/books/tutorial/java/data/numberformat.html"]Formatting Numeric Print Output[/URL]

Member Avatar for peter_budo
0
93
Member Avatar for rowdyboudy

Integer.[URL="http://java.sun.com/javase/6/docs/api/java/lang/Integer.html#parseInt(java.lang.String)"]parseInt(String s)[/URL]

Member Avatar for peter_budo
0
106
Member Avatar for FoziaZafar

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...

Member Avatar for jwenting
0
121
Member Avatar for ramesh866

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]

Member Avatar for ramesh866
0
40

The End.