5,031 Posted Topics
Re: You must be using very old tutorial then as explicit declaration of path in autoexec.bat is not need it since Java 1.4 if I recall correctly. Please check [URL="http://java.sun.com/javase/6/webnotes/install/jdk/install-windows.html"]point 4[/URL] of these installation instructions | |
Re: Same way as you would add it to HTML page: [list] [*] type it as part of the head section in the document [*] providing link to external file [icode]<link rel="stylesheet" type="text/css" href="css/style1.css" />[/icode][/list] | |
Re: [QUOTE=ShawnCplus;903281]This is a javascript issue, please post your problem in the appropriate forum.[/QUOTE] Now that was a bad advice as punithapary created not one bad two threads. You should just click on Flag Bad Post and request post to be moved to appropriate section. Post moved... | |
Re: [QUOTE=ayesha789;902737]I would recomend Dreamweaver PHP Designer XAMPP or WAMP or EASYPHP Firefox[/QUOTE] From cost point of view, do you believe everyone can afford to spend so much money? Secondly, I would never use DW for Java web development (JSP, etc.)so I believe most PHP guys will not use it either … ![]() | |
Re: [QUOTE=ithelp;902836]You forgot to copy your advertisement link possibly :D[/QUOTE] Next time he may even give himself an infraction, to save extra work for mods and admins | |
Re: [QUOTE=alfator;725047]thank you for help aswell. now i have just little problem : when i export and save it and then load it in Adobe Dreamweaver latest version and want to insert link into an image button that i sliced it doesnt show any errors in dream* but when i upload … | |
Re: @suretd any reason to use old tutorial and old software? [URL="http://books.google.com/books?id=WoA3F0UQfvQC&printsec=frontcover&dq=jsp+and+servlet+head+first"]Head First Servlets & JSP[/URL] is excellent book to learn about Java web development | |
Re: Once you decide to follow MVC standard, you can contact me. Secondly you should start learning about [URL="http://tomcat.apache.org/tomcat-6.0-doc/appdev/deployment.html"]basic deployment[/URL] with Tomcat | |
Re: Please search forum. It is filled with similar requests and therefore has some answers | |
Re: [QUOTE=kwesiaryee;902400] [icode]<%=(((private_d_data = private_d.getObject("private_id")) == null || private_d.wasNull()) ? "" : private_d_data)%>[/icode][/QUOTE] Call me dump, but since when assignment and evaluation/comparison can be done in same time? | |
Re: If you paid attention when you came to JSP section then you would see on very top of the forum [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL]. Secondly you deadline for homework submission has nothing to do with us, it was you who left it for … | |
Re: Error while compiling, as there is nothing like Class.forNameI"sun.jdbc.odbc.JdbcOdbcDriverManager");, finall(); system.out.println("Always"); | |
Re: Driver is for communication between Java application and database. What you are about TCP/IP connection/ What you trying to do? | |
Re: >1. An alarm clock This would be pointless as you cannot force Java application to start on every phone "bootup", it will not run device background it will be always on top and you will need to pause it. Not worth to spend time on it. Different story for if … | |
Since yesterday I'm having issue to access website through Firefox. Memory usage for Firefox dramatically climb once I try to access daniweb and pages become slow accessible or non-respondent at all. I have FF 3.0.11 on Win XP SP3 Anyone else having this problem? | |
Re: [QUOTE=adatapost;898824]Here is a link [URL="http://www.roseindia.net/ajax/jquery/"]http://www.roseindia.net/ajax/jquery/[/URL][/QUOTE] Off topic - Personally I would not recommend this website as resource for learning. [LIST=1] [*]Badly organized [*]Resources are stolen from various books or sites without referencing original author [*]In numerous cases example are so called "dirty solutions", meaning just code hacked together, breaking every … | |
Re: What browser? Internet browser? File browser? Reading what sort of data? | |
Re: [QUOTE=sknake;888642]Wrong forum, move this over to MSSQL.[/QUOTE] Any specific reason why this should go to MSSQL and not to MySQL, Oracle or Access? I believe question quite safe where is now as it is just general query... PS: In the future if you think post is in wrong section just … | |
Re: Create method that will take an ArrayList as an agrument and will have ArrayList as return value. Something along the line of this method showed by masijade in [URL="http://www.daniweb.com/forums/thread185239.html"]this thread[/URL] | |
Re: [url]http://www.exampledepot.com/egs/java.io/CopyFile.html[/url] | |
I'm looking forward to learn Core Spring and Hibernate. Which books would you recommend and some good online resources (beside their websites)? | |
Re: Please [URL="http://www.daniweb.com/forums/announcement9-2.html"]read following[/URL] | |
Re: [code]public class AddIntegers { public static int integers (int num) { int result = 0; for (int counter=1; counter<=num; counter++) { [COLOR="Red"]result = result + counter;[/COLOR] } return result; } }[/code] The red line is wrong. You want to increment by 1 (one) not by actual number you just used … | |
Re: Java is not same as JavaScript and JSP stands for Java Server Pages. I'm moving this post to JavaScript section | |
I got components in layout as I wish to have them. Unfortunately 2nd row doesn't start as expected bellow first one, but directly under it (you can see portion of text draw on panel, should be visible whole). [attach]10549[/attach] I know that [LIST] [*]toolbar should have height of 60 [*]sidebar … | |
Re: [QUOTE=bintang;733120] I plan to make a project about SMS & MMS Layout Animation in Mobile Phone. Is it possible to make it so? If yes, would you mind telling me the steps of making its project? [/QUOTE] I'm not sure what you talking about. Can you provide more in detail … | |
Re: Your request is not clear. You want to create internet browser like Firefox, Opera for mobile device or you just want to create file browser like Windows Explorer but for mobile device? | |
Re: Example of this can be found in JSP section under [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2 [/URL] | |
Re: Working on examples provided in the book and attached CD, plus Master Exam and Bonus Exam provided on CD will be enough to pass with flying colours | |
Re: @kuay - you missed one important rule of this forum. Read it [URL="http://www.daniweb.com/forums/announcement9-2.html"]here[/URL] and after that we can proceed further with your advice | |
I'm having small issue with drawing on panel. Neither image or text appears, however background is set correctly therefore it has to be due some issue inside my paintComponent() method. [code=Java] import java.awt.Graphics; import java.awt.Color; import java.awt.Dimension; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO ; import javax.swing.JPanel; public class … | |
Re: Wouldn't [URL="http://logging.apache.org/log4j/1.2/manual.html"]this[/URL] answer your question? | |
Re: Read up [URL="http://www.wireshark.org/lists/wireshark-users/200812/msg00023.html"]this thread[/URL] and answers that follow up. Looks like Wireshark doesn't provide API for Java devlopers and you may be left only with [URL="http://jpcap.sourceforge.net/"]jpcap[/URL] | |
Re: Nothing unusual specially in financial world. Have look on Java transaction API in regards of [URL="http://download-west.oracle.com/docs/cd/B14099_19/web.1012/b14012/jta.htm#i1084720"]Two-Phase Commit[/URL] | |
Re: You declared HttpConnection inside "try" block and there for made it local variable of this block and not accessible in "finally" block. Make declaration outside and you are fine [code=Java] HttpConnection http try{ http = (HttpConnection) Connector.open(URL); [/code] PS: Please use code tags [noparse][code=Java]YOUR CODE[/code][/noparse] or [noparse][codeYOUR CODE[/code][/noparse] for next … | |
Re: Create buttons like in this tutorial, [URL="http://w3schools.com/tags/tag_button.asp"]HTML <button> tag[/URL], and then give a functionality as need it. Cannot go deeper on this as you did not specify what these buttons are supposed to handle | |
Re: Have look in JSP section at [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL] for simplified example of such form. It is sort of mini tutorial | |
Re: You been asked by number of our members to also include any relevant coding. This is missing and without it there is little hope somebody will attempt to help you... | |
Re: Applets for simple data collection from form are overkill as masijade already mentioned in reply to your [URL="http://www.daniweb.com/forums/thread197724.html"]other post[/URL]. | |
Re: [QUOTE=gingank;892562]I cant help you sorry[/QUOTE] You more then welcome to reply to any thread without solution or if you believe have better solution. However opening old thread to just say "sorry, I have no clue" is not tolerated. | |
Re: here is someting to get you going [URL="http://www.w3.org/TR/REC-CSS2/box.html#margin-properties"]www.w3.org[/URL] | |
Re: @anshusharma - private messaging to members requesting help is not welcome, without prior request/acknowledgement from recipient. Secondly this is not 24/7 support, we have our personal life's and we help in our personal time not when somebody scream "help", "urgent" or "ASAP". Close this thread and create new one in … | |
Re: [QUOTE=anjumanohar;891430]roseindia.net provides tutorials......thats are simple and easy to understand[/QUOTE] This website is providing tutorials that are copy&paste from various books and website without referencing original source ( original author should be given credit and not that "monkey" that made copy&paste), large number of tutorials are out of date and they … | |
Last night I just finished coding of my final year project to get me BSc. Application is in Java. It does manipulate TIFF or PDF documents. You get the idea from first image [URL="http://www.peterbudo.f2s.com/edma/edma.html"]http://www.peterbudo.f2s.com/edma/edma.html[/URL] Now I need to write some 10,000 word about it :D | |
Re: Would be helpful if you can post also CekajSekundi class to see whole behaviour of your program. Edit: Never mind above class I commented out the line where it is used. Can you post class with main method? | |
Re: Edit: Ezzaral provided far better implementation so this removed | |
Re: Did you uploaded your animation on the server or you just trying to run it locally? In case of server, did you upload animation depended files with relative folder structure (in case files are in sub folders of animation)? | |
Re: [URL="http://java.codefetch.com/example/2s/gui/FileTree.java"]Java Cookbook[/URL], Second Edition As javaAddict mentioned use [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html"]filter on JFileChooser[/URL] | |
Re: I never attempted this, neither I had opportunity and interest to work with applets but according to [URL="http://java.sun.com/docs/books/tutorial/jdbc/basics/applet.html"]Sun tutorials[/URL] it is possible to do it. Just have look at [URL="http://www.java2s.com/Code/Java/Database-SQL-JDBC/ThisisademonstrationJDBCapplet.htm"]this example[/URL] that is "nicked" fro Sun |
The End.