5,031 Posted Topics

Member Avatar for Mehwish Shaikh

The question was already answered, why don't you read previous replies? Thread closed before another time-traveller arrives.

Member Avatar for peter_budo
0
315
Member Avatar for vijaykavin10

Depending on the version of Oracle database you are using download appropriate driver from [URL="http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html"]here[/URL]

Member Avatar for peter_budo
0
408
Member Avatar for harsimran05

1) What else can be expected when you first call [icode]fillTable();[/icode] (line 22) and only after that you execute update statement [icode]int n= st.executeUpdate();[/icode] (line 23) 2) Ever heard of code duplication? (You are setting up DB connection in two different places, if not more since I do not have …

Member Avatar for peter_budo
0
105
Member Avatar for roycy
Member Avatar for peter_budo
0
51
Member Avatar for jbvincennes

Project page is called [URL="http://code.google.com/p/visualswing4eclipse/"]visualswing4eclipse[/URL] and you can see their code on Subversion [URL="http://visualswing4eclipse.googlecode.com/svn/trunk/"]here[/URL]

Member Avatar for jbvincennes
0
527
Member Avatar for vbmore

[QUOTE=javaflasher;1664771]hey dude!! i know no one cares about this thread but people who search on google about insertion sorting it might be helpful to them!! its for them not for this thread!! GOT IT[/QUOTE] My personal opinion for anyone possibly reading this: Above presented code may pass you for your …

Member Avatar for peter_budo
-1
242
Member Avatar for dgar

Thread closed. Please comply with forum rules, we are not 24/7 service for lazy students

Member Avatar for peter_budo
0
121
Member Avatar for cwarn23

Your question little ambiguous, I could simple say google [URL="http://www.google.co.uk/search?aq=f&sourceid=chrome&ie=UTF-8&q=java+3d"]Java 3d[/URL] and leave it that way, but I'm intrigues what exactly you are after...

Member Avatar for cwarn23
0
160
Member Avatar for SagarSe7en

1) I do wonder if you did direct copy or paste since your interface Date class is wrong java.[B][COLOR="Red"]U[/COLOR][/B]til.Date 2) You should have used [icode]java.sql.Date[/icode] 3) I received up-vote from you for MVC tutorial, so I would have expected from you to use PreparedStatement instead of single & double quote …

Member Avatar for SagarSe7en
0
898
Member Avatar for vishalonne

Did you looked at Tomcat documentation? [URL="http://tomcat.apache.org/tomcat-5.5-doc/appdev/deployment.html"]Deployment[/URL] that links also to simple [URL="http://tomcat.apache.org/tomcat-5.5-doc/appdev/sample/"]example[/URL]

Member Avatar for peter_budo
0
200
Member Avatar for angelineygrubay

Thread closed! Reason: [B] Keep It Organized[/B] Do provide evidence of having done some work yourself if posting questions from school or work assignments

Member Avatar for peter_budo
0
166
Member Avatar for xtinawp

[QUOTE=chaitanya35;1662907]my javac command is unable to find a file which i was saved[/QUOTE] Please post exact error message you get

Member Avatar for peter_budo
0
1K
Member Avatar for Ravi tiwari

Both have pros and cons and this sort of discussion can only sparkle technologies war. Where you failed is that you did not mentioned what you actually want to do, what sort of project you looking to start.

Member Avatar for Tofayel
0
182
Member Avatar for new_2_java

You oviously missed this part of forum > When posting programming code, encase it in (code), (code=syntax), where 'syntax' is any language found within our Code Snippets section, or (icode), for inline code, bbcode tags. Also, to keep DaniWeb a student-friendly place to learn, don't expect quick solutions to your …

Member Avatar for Taywin
0
4K
Member Avatar for zachf632

I did not found Half Life 2 so much fun to play as original Half Life and its extensions. Actually it is one of the first games to give me headache if I play it (not as level of difficulty, but graphics are bad on my eyesight). I would have …

Member Avatar for AliTheChamp
0
149
Member Avatar for buba_kazouba

If you actually searched before posting you would have found this was previously discussed. Quick reference Beginning J2ME - From Novice to Professional, chapter 9, [URL="http://books.google.com/books?id=chepSC2iAB8C&lpg=PP1&dq=beginning%20j2me%20from%20novice%20to%20professional&pg=PA117#v=onepage&q&f=false"]File Connection and PIM API[/URL]

Member Avatar for peter_budo
0
170
Member Avatar for anand01

[QUOTE=mKorbel;1658622]@~s.o.s~ (-: why you have to sent here your post twice :-)[/QUOTE] Sometimes happens when there is lag on your internet connection or on server side. ~s.o.s~ Set is obvious solution :P

Member Avatar for anand01
0
3K
Member Avatar for vedraj_mokashi

Dude this is your project you need to do your research not us. Come back when you have specific question and not general requirement that you should be researching. Thread closed

Member Avatar for peter_budo
0
71
Member Avatar for Xtremefaith
Member Avatar for rarment

Read in string, give it to Integer for parseInt and see if it succeed or throw exception. On success check if bigger then 2

Member Avatar for rarment
0
205
Member Avatar for drameshgar1

There is no JVM for iPhone so no chance (read [URL="http://www.javalobby.org/java/forums/t88464.html"]this[/URL])

Member Avatar for drameshgar1
0
157
Member Avatar for funwidak

Most of the opening in Java for Experienced is in Struts/Hiberate/EJB and other frameworks and J2EE. >> You should get some background in persistance, any of EJB/JPA/Hibernate/myBatis would do. As long you get principles you would have no problem to adapt on rest of them Please help and give me …

Member Avatar for peter_budo
0
249
Member Avatar for maverick420

That will be because you print results before you actually calculate them. You can either: [list][*] move system print message at the end of your if/else section [*] create methods that will do your calculations and just call them from system prints [/list]

Member Avatar for peter_budo
0
254
Member Avatar for anand01

This would be case of URL masking done through web.xml where you say that any served page will use this URL. Just search for jsp url masking and you get plenty of results, or some decent book on JSP

Member Avatar for anand01
0
112
Member Avatar for Raja Pandiyan

@Raja Pandiyan, please do not use [B]Flag Bad Post[/B] button to post your replies as this function is for reporting posts that may be breaking forum rules in some way. Either use [B]Post Reply[/B] or just scroll down to bottom and you will see basic posting window where you can …

Member Avatar for peter_budo
0
297
Member Avatar for himanshu091

@skatamatic what you expect given one sided opinion on 5 years kid asked why he likes sweeties instead of broccoli. Beside if you not troll you will leave your comment with out and wait for someone else to up-vote you if you believe that you did nothing wrong. PS: Googling …

Member Avatar for Netcode
0
221
Member Avatar for Tinito16

Check [URL="http://www.daniweb.com/web-development/jsp/threads/141776"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL] and learn how to do it better way

Member Avatar for Mindpowerh
0
163
Member Avatar for anand01
Member Avatar for raul8

Where did you placed this JAR file? Two options available TOMCAT_DIR/lib if you want library to be available globally to any project deployed on this server or TOMCAT_DIR/webapps/YOUR_PROJECT/WEB-INF/lib to be available to only your project

Member Avatar for peter_budo
0
361
Member Avatar for 918_Nix

I do not know if it is mistake on your side while copy&paste here but you are missing two closing brackets [icode]} }[/icode]

Member Avatar for 918_Nix
0
274
Member Avatar for Kamal_Java

@918_Nix please consider to check first date when post was created, then last date for reply and try not to reply to stuff that is too old (older then 6 months can be good measurement for start)

Member Avatar for peter_budo
0
256
Member Avatar for rraviraj

1) Welcome to the forum 2) You need to be more specific on issues, as from Phonegap -[URL="http://www.phonegap.com/start"]Get started Guide[/URL] I do not see any difficulties. Its reasonably simple step-be-step tutorial 3) You need to stop writing in sms/chat speak or improve on English language as it is forum requirment

Member Avatar for rraviraj
0
89
Member Avatar for SunnySideUp

I have a couple of questions regarding Mobile Development, are all mobile apps developed using xcode and objective C ? >> First think coming to my mind is "WAKE UP DUDE!" there are other things then iPhone, such as Android that is Java based with XML configs and BlackBerry with …

Member Avatar for peter_budo
0
142
Member Avatar for anand01

Most commonly seen are the jQuery one that also enables you to interact with graph in various ways, plus they can be easily refresh (locally on the page). So I would go with jQuery that is essentially JavaScript

Member Avatar for anand01
0
103
Member Avatar for raviaaaa

Please have look at this post about[URL="http://www.daniweb.com/web-development/jsp/threads/249070/1110463#post1110463"] installation[/URL]. If you on Windows instead of installer use zip and extract, this give you more control over start/stop

Member Avatar for Taywin
1
187
Member Avatar for ankit.pandey3

Remove servers like your personal installation are by default these days enabled only for localhost. That mean that only application that is on that machine can access it. If you want to get remote access then you need to change configuration (danger of mistakenly exposing your database to whole world …

Member Avatar for ~s.o.s~
0
418
Member Avatar for gayathriselvam

Windows and spaces in the files/folders names (puke face here). See [URL="http://www.daniweb.com/web-development/jsp/threads/249070"]this article[/URL] for Java installation, you will find there also how to set PATH for various OS

Member Avatar for leiger
0
196
Member Avatar for railrover
Member Avatar for railrover
0
187
Member Avatar for Whilliam

1. Above code only show how you load data for initial display, doesn't tell us what rest of the code is doing and how the above method is integrated in that code 2. You should call a dedicated method that will return table data in correct format instead of establishing …

Member Avatar for Whilliam
0
189
Member Avatar for Demetrio.pepi

Didn't use neither of them so hard to say, but there seems to be reasonable summary on [URL="http://stackoverflow.com/questions/277543/would-you-at-present-date-use-jboss-or-glassfish-or-another-as-java-ee-server"]stackoverflow[/URL]

Member Avatar for peter_budo
0
159
Member Avatar for bhallarahul

Clear all old logs in YOUR_APACHE_DIRECTORY/logs, try to start server and then post content of catalina.out here. PS: Any reason using 5.5.25 that will soon be dropped from support when there is Tomcat 6 and 7?

Member Avatar for peter_budo
0
161
Member Avatar for elkowalski

And where is your html for applet? Something like [URL="http://www.w3schools.com/tags/tag_applet.asp"]this[/URL]

Member Avatar for elkowalski
0
533
Member Avatar for Majestics

[QUOTE=jwenting;1649767]you're asking us to give you information that can be used to break the law in a public forum. Even if you yourself aren't going to do so (and we only have your word as to that), someone else will and you will have implicated us in crimes. At least …

Member Avatar for diafol
0
199
Member Avatar for deba0011

Of course you are not getting any errors because you just ignore what ever exception may be catch after try statement. Do [icode]e.printStackTrace()[/icode] and post error messages you getting. PS: Recommendation, do read [URL="http://www.daniweb.com/web-development/jsp/threads/141776"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL] if you want to learn how …

Member Avatar for peter_budo
0
107
Member Avatar for satilo

Recently [URL="http://wiki.apache.org/incubator/OpenmeetingsProposal"]OpenMeeting[/URL] project submitted proposal for submission to Apache Incubator. Linked wiki proposal page also list access to Subversion(SVN). Have look on their codebase.

Member Avatar for peter_budo
0
107
Member Avatar for nsyncpilu

As far I know this feature is unique to Eclipse only. BTW I would move away from NetBeans either to Eclipse on community edition of IntelliJ as they have better Android support than NetBeans

Member Avatar for peter_budo
0
79
Member Avatar for babbu
Member Avatar for ozgamu

Well if you searched before posting you would have found for example this [URL="http://www.daniweb.com/software-development/java/threads/122909/601961#post601961"]post by Ezzaral[/URL]

Member Avatar for peter_budo
0
156
Member Avatar for nathanbe

[QUOTE=nathanbe;1649190] I had added mysql-connector-java-5.1.17.zip by right clicking the libraries of my project[/QUOTE] You want to extract that zip and use only JAR file from it.

Member Avatar for peter_budo
0
108
Member Avatar for bhuvan83
Member Avatar for SagarSe7en
0
699

The End.