217 Posted Topics
Re: What is the result if you supply [B]java -version[/B] from command line? | |
Re: [QUOTE=cscgal]I'm really confused what you're asking??[/QUOTE] He/she probably means some information about the designers and moderators of the site, an optional feature which could be seen in a few forums. | |
Re: There are several topics under advanced. Which topic are you interested in? Anyway, you can download the complete Java tutorial [URL="http://java.sun.com/docs/books/tutorial/information/download.html"]here[/URL] | |
Re: [QUOTE=MIGSoft]I get this error: [10:30] Connecting... [10:30] Unable to connect : java.net.SocketException : Software caused connection abort: connect[/QUOTE] Do you have a firewall or some antivirus software which could be blocking sockets? | |
Re: [I]Avada kedavra[/I] ;) Did you install anything recently? | |
Re: What kind of application is it? Which programming language / tool are you using? Do you know that this is not the correct place to ask your question? | |
Re: [URL="http://www.vbexplorer.com/VBExplorer/vb_feature/june2000/Database_Beginner_ADO_DAO.asp"]VB database programming[/URL] | |
Re: Shouting for help and posting a thousand exclamations is not going to get a faster response. What do you mean by SJF? | |
Re: [QUOTE=monkeyMojo]Did anyone ever find a solution to this problem?[/QUOTE] Could you post your code? | |
Re: Your question should go [URL="http://www.daniweb.com/techtalkforums/forum62.html"]here[/URL] Besides, even though I never worked with ASP, I believe Google could answer this simple question for me easily. :) [url]http://www.devarticles.com/c/a/ASP/Two-Ways-To-Connect-To-SQL-Server-2000-Via-ASP/[/url] | |
Re: Continue with the [URL="http://www.daniweb.com/techtalkforums/post213598.html"]old thread[/URL] | |
Re: [QUOTE=mohamad11]Any Help Plzzzzzz.........[/QUOTE] You seem to have dozed off :rolleyes: | |
Re: If you mean definition, it's called [URL="http://danzig.jct.ac.il/java_class/recursion.html"]recursion[/URL]. | |
Re: If you are interested in Ajax, here's a [URL="http://www.w3schools.com/ajax/default.asp"]concise tutorial[/URL]. There are tutorials available for XML and DOM too. I wouldn't be able to help much on Ruby mainly because I have worked with J2EE (and recently with a small PHP based application, which I felt I could have done … | |
Re: With your description, it is really difficult to help. There is a chance that the deployment was incorrect, but that would be purely speculation. | |
Re: [QUOTE=muthumari] org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. error: Invalid class file format in C:\Program Files\Apache Tomcat 4.0\webapps\muthu\WEB-INF\classes\SQLBean\DbBean.class. The major.minor version '49.0' is too recent for this tool to understand. [/QUOTE] The error message is clear enough. You are compiling the class(es) with a higher version … | |
Re: AFAIK, this is a hardware failure. On one such occasions, it helped me to open the CPU box and clean the RAM chips. But I would suggest you to call up your vendor support. | |
Re: [QUOTE=cscgal]They added quite a few hundred keywords, and I gave them no minimum saying "I want at least X keywords", so I can't see it being that they just wanted to pad the list. There must be some rationale behind it we're just clueless about.[/QUOTE] You might find [URL="http://www.submitexpress.com/keytracker.html"]this[/URL] interesting. … | |
Re: What have you set for redirection and what is "not working"? AFAIK, the redirection is a single entry (without breaks) like [COLOR="Blue"]redirect [[I]status[/I]] oldUrl newUrl[/COLOR] The status is optional and it can be permanent - (301) resource has moved permanently. temp - (302). resource has moved temporarily. seeother - (303) … | |
![]() | ![]() |
Re: In my opinion, the credit for passing the exam should go to your friend rather than the study guide. I had used a study guide for SCJP and it didn't help much. OTOH, reading a good book which explains the concept helped me more. It depends on the type of … | |
Re: [QUOTE=ponloges]u can use ODBC driver or OCi driver that can be downloaded from the net. Follow the documentation present in the download to esablish the Connection[/QUOTE] The ODBC driver is not recommended since there are limited features available. Oracle supports a lot more features than what the bridge driver could. … | |
Re: Could you add a line to print the stack trace? [INLINECODE]ex.printStackTrace();[/INLINECODE] | |
![]() | Re: [QUOTE=server_crash] StringTokenizer isn't that bad, but I think the newer version is called StringBuilder... I could be wrong about that one.[/QUOTE] StringTokenizer has a better version in String.split() StringBuilder is an enhanced StringBuffer. :-| |
Re: [QUOTE=PhotoGuy1026][B]How can I set up a form on my website so that clients can submit photos through it?[/B][/QUOTE] You need a file input field and some validations for checking an image before you upload. There are various ways of coding for a server upload and it would depend on the … | |
Re: I remember that the playlist in Winamp is exapndable though I haven't checked any version of that after 3.0, I think. | |
Re: [QUOTE=cscgal]From a usability standpoint, is it alright for a dynamic website to require the use of browser cookies in order to be fully operable (ie is it still necessary in 2006)? Or do messy session URLs still have a necessary place in Internet land?[/QUOTE] Cookies can get you around in … |
The End.