5,031 Posted Topics
Re: Dear Experts i want to know about the date schedule and syllabus for SCJP exams of java. >>You need to book your test through [URL="http://prometric.com/Oracle/default.htm"]Prometric website[/URL], syllabus - [URL="http://books.google.com/books?id=Eh5NcvegzMkC&lpg=PP1&dq=java%20sun%20certified&pg=PP1#v=onepage&q&f=false"]SCJP Sun Certified Programmer for Java 6 Study Guide[/URL] Kindly provide me link to scjp. >> Is so hard to use google … | |
Re: [QUOTE=quuba;1565594]Use plain text editor.[/QUOTE] To be little more descriptive, Microsoft Office Word is not recommended package to write your code. Use either simple editors like Notepad or get some IDE like IntelliJ IDEA, Eclipse, NetBeans, JCreator, BlueJ etc. | |
Re: Directly fron Java Oracle tutorials - [URL="http://download.oracle.com/javase/tutorial/uiswing/components/dialog.html"]How to Make Dialogs[/URL] and [URL="http://inversionconsulting.blogspot.com/2009/01/java-joptionpane-examples-part-1-basic.html"]Java: JOptionPane Dialog Examples Part 1 - Basic[/URL] one of the first results when searching for [URL="http://www.google.co.uk/#hl=en&xhr=t&q=java+joptionpane+example&cp=19&pq=java%20joptionpane%20get%20value&pf=p&sclient=psy&source=hp&aq=0&aqi=&aql=&oq=java+joptionpane+ex&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=a77a2d291f34908d"]java joptionpane example[/URL] | |
Re: [QUOTE=bibiki;1564162]not only is it not a question. it is an advertisement and closer to spam than any question gets.[/QUOTE] Yes you right it is not question. However you are wrong about advertisement as it is highly unlikely that sneaker and Jim Waldo is the same person (plus he already denied … | |
Re: EDIT: wrong answer, sorry | |
![]() | Re: The simplest thing you may want to do is create getConnection() and putConnection() methods as showed here in JSP connectivity [URL="http://www.daniweb.com/web-development/jsp/threads/141776"]example[/URL]. These will help you handle opening and closing of connection, where while opening provide DB URL and credentials as per your need and same code can provide you with … ![]() |
Re: [list] [*]Database connectivity [URL="http://lmgtfy.com/?q=iphone+database+tutorial"]tutorial[/URL] [*]Database query [URL="http://www.w3schools.com/sql/default.asp"]tutorial[/URL] [/list] | |
Re: You best learn by trying and failing. So why don't you start with coding? Besides it is your assignment and you need to prove you learn, not us... Second question is more easier so start with that. | |
Re: @theinvincible 1. [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL] 2. The importance of the task is obvious: [list] [*]you returned 10 days latter [*]you complain about received answer [*]you provided zero activity report [*]you are to lazy to type full sentence English [/list] | |
Re: @mKorbel you forgot to mention another major IDE, Intellij IDEA by jetbrains (my tool of choice ;) ) | |
Re: Moved from other thread. @mipatel something to start with [URL="http://lmgtfy.com/?q=java+struts+2+image+to+database"]here[/URL] | |
Re: Simple [code]for(int i = 0; i < sList.size(); i++) { textPane.setText(sList.get(i).toString()); }[/code] Any previously added text is overwritten by new setText() in your loop. Simplest workaround put whole list in [URL="http://download.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html"]StringBuilder[/URL] and get one string that is added to JTextPane. Advanced, create [URL="http://download.oracle.com/javase/6/docs/api/javax/swing/text/StyledDocument.html"]StyledDocument[/URL] PS: This is not 24/7 answer service … | |
Re: Thread closed. Please follow discussion [URL="http://www.daniweb.com/software-development/cpp/threads/364484"]here[/URL] | |
Re: You are just not seeing simple image [code] if(string.equals("name1")) method1(); else if(string.equals("name2")) method2(); else if(string.equals("name3")) method3(); [/code] | |
Re: I was expecting some conclusion out of this... | |
Re: [QUOTE=Dean_Grobler;1539209]How many hours after a meal would [B]not[/B] be considered post-lunch/dinner? 2 hours? 3 hours?[/QUOTE] This is individual. When I was younger I had no problem to run a biathlon race hour after meal, now being older I prefer 1 1/2 or 2 hours period. As for exercising I try … | |
Re: [QUOTE=NipunaDK;1557227]I read That Already[/QUOTE] You expecting direct suggestion while you are being generic [QUOTE=NipunaDK;1557083]Thanks Friend. I am learning from the Head First Java Book. I need more Practice questions to Practice. Do you know a web site or a eBook that has Questions? What I must do to improve my … | |
Re: My guess is you declared "package" at the start of the file. Compile will work fine and place the "class" file in subdirectory of the "java" file that been used for compile. You can confirm this by "dir" command (that should be equivalent of unix ls command). Anyway to execute … | |
Re: General question deserves general answer, [URL="http://lmgtfy.com/?q=java+game+open+source+code"]here[/URL] | |
Re: Not possible. Push registry is for messaging (advertising based on geo location) or timer based (reminder) application "wake" up. Inability to schedule an application to start on device start-up is basically downfall of JME | |
Re: Not sure why you did not downloaded [URL="http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi"]Standard 1.1 Taglib[/URL] that is on latest release 1.1.2 [QUOTE=coderick;1550273] I downloaded jakarta-taglibs-standard-1.0.6, copied the files in jakarta-taglibs-standard-1.0.6\lib to web-inf folder of my application in \webapps\ [/QUOTE] Any jar files that you do not wish to share globally through Tomcat lib directory with … | |
| |
Re: You need to download either Java ME SDK 3.0 or WTK 2.5.2 from [URL="http://www.oracle.com/technetwork/java/javame/downloads/index.html"]Oracle[/URL] or you can use any of custom WTKs provided by mobile manufacturers as linked [URL="http://www.daniweb.com/software-development/mobile-development/threads/302854"]here[/URL]. For usage you can either create project with help of WTK or you can choose to use your favourite IDE. When … | |
Re: Would have been nice if you posted/explained what is actual problem or error message and not just generic request. Since we do not know how you created table we can guess that you either declared "id" value to be sequence/auto increment in which case providing NULL value is OK, but … | |
Re: @sergent I hope you done with your n00bing around on topic of C, C++ and C#. @jonsca if mike and jon are same person, then hut off. Great work there | |
Re: [QUOTE=tomato.pgn;1543905]Still i am getting mails on my previous account??? So if i had subscibed earlier will i receive mail on previous mail id???[/QUOTE] There can be delay, dependent on database performance, for example I change email details few months back and for about 3-4 days I was still getting notifications … | |
Re: Move all computation stuff connection to DB and building XML to servlet. These tasks do not belong to JSP/page view. You do so and you will find your life easier on debugging | |
![]() | Re: Your application needs lot of cleaning, also you provided uncompleted code so nobody can try to run it and see where is the problem. However from what you provided you better try to re-think this for loop for example [code]for (int i = 0, j = 0; i < guess.length; … |
Re: Without code and full error message do not expect help | |
Re: Have look on JUnit, here is link to quick [URL="http://code.google.com/p/t2framework/wiki/JUnitQuickTutorial"]JUnit 4 tutorial[/URL] | |
Re: If you read about various mobile OS then you should have some idea of what platform you would like to start/try to work on: [list] [*]Android [*]iPhone [*]Symbian/Qt [*]Java Microedition for BlackBerry or other JME supporting devices [/list] or perhaps having language preference: [list] [*]Java [*]C/C++ [*]Python [/list] | |
Re: Project seems to be active on java.net. They also have mailing list so I would suggest to ask there. [url]http://java.net/projects/jxta-jxse[/url] | |
Re: Had similar issue few years back, you can read on it [URL="http://www.daniweb.com/software-development/java/threads/73182"]here[/URL]. Advice, what other guys said there about being bad stuff to do is true. So if you let us know what you are trying to achieve we may able to help you out with more suitable solution then … | |
Re: Thread closed as it is double. Please follow discussion [URL="http://www.daniweb.com/community-center/it-professionals-lounge/threads/360701"]here[/URL] | |
Re: [QUOTE=TGeorge824;1539618]yeah i looked at that yesterday and I couldn't figure it out.[/QUOTE] That will be because that tutorial is dedicated to creating JAR file for your application, updating JAR and executing it. It does not describe how to execute application that requires a library through command line. This can be … | |
Re: I would appreciate if you stop create new threads and stick with this as all your problems & questions are the same issue of how to record video. | |
Re: 1. Post moved to Mobile development section 2. James not sure about deprecation of Tokenizer, as far I know it was never part of Microedition 3. Chris I think your problem is in the way of storing data in RecordStore. Since you are transforming your entries directly to byte array … | |
Re: Because of line 38, extra opening bracket | |
Re: Have look at Beginning Java Game Programming ([URL="http://www.amazon.co.uk/Beginning-Java-Programming-Jonathan-Harbour/dp/1435458087/ref=sr_1_3?s=books&ie=UTF8&qid=1303201684&sr=1-3"]Amazon link[/URL]) I read few chapters from their JME version when I needed some 3D for mobile development | |
Re: [QUOTE=burntout;1538719]I would like to know how i can replace an outputline with a write to a log file? Ive tried searching but no luck.[/QUOTE] I consider that bad joke since simple google search with "java message logging" brings millions of results where each of them mention either [URL="http://logging.apache.org/log4j/1.2/manual.html"]log4j[/URL] or [URL="http://www.slf4j.org/manual.html"]slf4j[/URL]. … | |
Re: Quick notes how to install Java can also found in [URL="http://www.daniweb.com/web-development/jsp/threads/249070"]this post[/URL] | |
Re: [QUOTE=aadebayo;1537272]How can I edit the previous posts that has data in it? It contains data that is not totally encrypted.[/QUOTE] Are you talking about editing posts that you created on this forum? If so then you cannot edit post after 30 min since you post it. Therefore you will not … | |
Re: You need to create WAR file of your application and copy that to your remove server where it will be extracted. Most of advanced IDEs like IntelliJ IDEA, Eclipse and even NeatBeans have menu option "Build" that should do it automatically for you if you created appropriate project type | |
Re: Tread closed as there is double [URL="http://www.daniweb.com/software-development/csharp/threads/360171"]here[/URL]. Please follow discussion there. | |
Re: The answer will be [URL="http://www.daniweb.com/software-development/mobile-development/threads/302854"]Starting mobile development [SDK / tutorials / resources / faq][/URL] post on top of Mobile Development section where your post been moved | |
Re: Neither of them. I disliked COD series after COD2 since they moved to small maps and no vehicles. Just camp and spray. COD-OU was bes, because of that I prefer larger map based games and obviously with vehicles like BF2, Quake Wars - Enemy Territory, BF-Bad Company 2 or new … | |
Re: [QUOTE=susheelsundar;1534730]How many profiles you had banned so far? :) Hundreds? thousands?[/QUOTE] Not sort of info interesting for me, so I do not keep record and you can expect same from rest of moderator team. Forum without spammers is our aim. | |
Re: Why not use jQuery and look up some nice library to help you with it, something like [URL="http://www.jqplot.com/"]jqPlot[/URL]? | |
Re: Should we have a hall of fame. >> We already award every month one active and helpful member with "Featured Poster" badge, that used to be visible with every post (still visible if you roll-over member's name next to a post or visit member profile) That shows the mods and … |
The End.