Forum: C++ 1 Day Ago |
| Replies: 16 Views: 6,468 Don't you think it is awkward to write reply for post over 2 years old where discussion died and problem is either solved or forgotten? |
Forum: MS SQL 1 Day Ago |
| Replies: 10 Views: 375 We may never know as Rahul002 was so rude as to never reply what he/she is up to... |
Forum: JSP 1 Day Ago |
| Replies: 3 Views: 148 Problem was solved how? This can help someone in the future... |
Forum: Java 1 Day Ago |
| Replies: 1 Views: 97 Not sure about Hibernate, but try to follow this tutorial from NetBeans website (designed for NB 5.5, but should work)
For ANT you need to create new variable ANT_HOME with path to ANT like... |
Forum: Java 1 Day Ago |
| Replies: 3 Views: 125 Without knowing what is CalenderEvent structure like and how requested methods are called I see mistakes in all of them (wouldn't be surprised if you are supposed to use Generics and Collections in... |
Forum: IT Professionals' Lounge 1 Day Ago |
| Replies: 42 Views: 81,344 Dell is obvious choice with their budget products, I can recommend HP (had one before acer, no faults still running my girlfriend brother is using it) and I was recently looking on Asus as I have lot... |
Forum: Java 1 Day Ago |
| Replies: 7 Views: 10,935 You must be real dump not to see the sarcasm of request... |
Forum: Community Introductions 2 Days Ago |
| Replies: 2 Views: 135 I will be in couple of days which doesn't make me happy. It is company decision to supply new people with mac. I tried to argue that I have another laptop in my sight and it will be loaded with unix,... |
Forum: Java 2 Days Ago |
| Replies: 3 Views: 97 There are two ways to handle generated events:
A) You will create single general actionPerformed() method which can be encapsulated in event handler as you tried and then with you of loop and if... |
Forum: Java 2 Days Ago |
| Replies: 3 Views: 97 Here is working sample based on code provided by you
import java.lang.*;
import java.awt.*;
import java.io.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;... |
Forum: Community Introductions 2 Days Ago |
| Replies: 4 Views: 144 This global forum. We have members all over the world...
Why asking such question? |
Forum: Java 2 Days Ago |
| Replies: 1 Views: 88 How to Use the ButtonGroup Component (http://java.sun.com/docs/books/tutorial/uiswing/components/buttongroup.html) |
Forum: JavaScript / DHTML / AJAX 3 Days Ago |
| Replies: 5 Views: 4,103 @haiconsoba and what is meaning of that code? Any reason for reopening old thread? |
Forum: JavaScript / DHTML / AJAX 3 Days Ago |
| Replies: 1 Views: 128 Why don't you do this googling, dead simple jQuery tabs tutorial (http://www.google.co.uk/#hl=en&source=hp&q=jquery+tabs+tutorial&btnG=Google+Search&meta=&aq=3&oq=jquery+ta&fp=c662ce1e81ac315b) |
Forum: JSP 3 Days Ago |
| Replies: 1 Views: 123 You have package declaration on the top of JSP which is not need it, but you are missing package declaration in your UserDetails where obviously is need it... |
Forum: IT Professionals' Lounge 3 Days Ago |
| Replies: 42 Views: 81,344 Aspire which I got was little higher class (when I got it it cot me £700). Beside having at that time quite top notch CPU it had large disk (80GB was lot 3 1/2 year ago) and what was very good ATI... |
Forum: JavaScript / DHTML / AJAX 3 Days Ago |
| Replies: 2 Views: 169 jQuery with floating window (http://www.google.co.uk/#hl=en&source=hp&q=jquery+floating+window&btnG=Google+Search&meta=&aq=4&oq=jquery+floa&fp=c662ce1e81ac315b) or similar concept |
Forum: MySQL 3 Days Ago |
| Replies: 4 Views: 244 I'm not sure, databases are secondary for me as I'm programmer. If you have knowledge of SQL you may try to import back database in chunks of data. |
Forum: IT Professionals' Lounge 3 Days Ago |
| Replies: 42 Views: 81,344 Feel lucky. My Aspire 5512 had to be send to repair after 3 months as it got vertical stripe of lighter colour (very common with acer loose chasing), hard disk at least once a week triggered blue... |
Forum: MySQL 4 Days Ago |
| Replies: 2 Views: 247 Next time please click on "Flag Bad Post" and write message like "Please move to PHP" and assign moderator will take care of it. |
Forum: Java 4 Days Ago |
| Replies: 2 Views: 111 As you already found out you can not check for something that is not there, something you did not declare.
You may consider simple work around like this
if (i+1 != nubArr.size()) taking in... |
Forum: Java 4 Days Ago |
| Replies: 3 Views: 5,683 Congratz on your timely reply, since this thread was created I had time to finished my BSc and also finished my MSc. So I guess nitrate has at least 3-4 years of industry experiences and have no need... |
Forum: JSP 4 Days Ago |
| Replies: 1 Views: 133 Too many question marks on what you actually attempting to do, you will need to do better on problem explanation.
Simple examples of using XML parsers including JDOM can be found here in Processing... |
Forum: MySQL 5 Days Ago |
| Replies: 4 Views: 244 Did you created "info" database before importing or you expected to be on sql file processing? |
Forum: MS SQL 5 Days Ago |
| Replies: 10 Views: 375 @Thirusha correction, you can do DB connectivity with AJAX (http://www.google.co.uk/#hl=en&source=hp&q=ajax+database+connectivity&btnG=Google+Search&meta=&aq=8&oq=ajax+database+&fp=c662ce1e81ac315b)... |
Forum: Java 5 Days Ago |
| Replies: 4 Views: 167 Never use it before, have look here (http://chumbalum.swissquake.ch/ms3d/tutorials.html) |
Forum: Java 5 Days Ago |
| Replies: 6 Views: 117 well then you need only write this new method validEmail(String) with functionality as given in my previous reply and result of the operation return as a boolean type |
Forum: Community Introductions 5 Days Ago |
| Replies: 9 Views: 27,910 That is why he got warning on his profile.
Secondly, thread is close down as it is getting re-open every now and then attracting the very souls unwilling to do simple brainstorming "what my... |
Forum: Java 5 Days Ago |
| Replies: 6 Views: 117 Little confused by this request...
Your class is OK, but you may want to change setter access from public to private. You already provided user with way to set email value through constructor public... |
Forum: Java 5 Days Ago |
| Replies: 6 Views: 117 Little confused by this request...
Your class is OK, but you may want to change setter access from public to private. You already provided user with way to set email value through constructor public... |
Forum: Java 6 Days Ago |
| Replies: 1 Views: 82 did you try to google for it?
What about this solution (http://en.newinstance.it/2008/06/17/maven-class-orgapachemavenartifactrepositoryartifactrepository-cannot-be-instantiated/)... |
Forum: Java 7 Days Ago |
| Replies: 3 Views: 153 Apache POI (http://poi.apache.org/) is what you need |
Forum: Java 7 Days Ago |
| Replies: 1 Views: 107 Power of GOOGLE -> iText tutorial: Merge & Split PDF files using iText JAR (http://viralpatel.net/blogs/2009/06/itext-tutorial-merge-split-pdf-files-using-itext-jar.html) |
Forum: JSP 7 Days Ago |
| Replies: 5 Views: 2,184 Not a good start at all.
@chunduriravi please create new thread and ask your question there instead of bumping old thread. Secondly keep in mind we help these who show interest, so your request... |
Forum: JSP 7 Days Ago |
| Replies: 1 Views: 182 In similar manner how its user and user-group created, managed and then mapped in usergroup-mapping you need to create module table and associate it with for example study-mapping (associating... |
Forum: Java 7 Days Ago |
| Replies: 15 Views: 263 In your project create create new package "lib". Right click on the project and select Properties. In the pop-up window, in CATEGORIES (left side listing) select Libraries & Resources >>on the right... |
Forum: Java 7 Days Ago |
| Replies: 15 Views: 263 Ahh hell, I forgot about connector and it dependency on classpath.
To beat this either set classpath or use following in command prompt/line
//compile
javac MysqlTest.java -cp... |
Forum: MySQL 7 Days Ago |
| Replies: 2 Views: 183 If you checked box in installation to set path for MySQL you need to only call mysql -u USERNAME -p followed by password after system request. In case you didn't do it, you need to navigate command... |
Forum: Java 7 Days Ago |
| Replies: 15 Views: 263 Dunno why people insists on installing MAMP/WAMP/XAMP when they are about to do Java development and they do not need PHP and Apache.
Now you need to figure out on which port is your instance of... |
Forum: RSS, Web Services and SOAP 7 Days Ago |
| Replies: 2 Views: 255 Answer here (http://www.google.co.uk/#hl=en&source=hp&q=Explorer+does+not+support+feeds+with+DTDs&btnG=Google+Search&meta=&aq=f&oq=Explorer+does+not+support+feeds+with+DTDs&fp=c662ce1e81ac315b) |