5,031 Posted Topics
Re: Obviously you missing download4j.jar that should be inside lib folder on your server Next time please provide full info and not expect us to search for what ever you trying to do... | |
Re: If you have some knowledge of VB may be you should try to post in [URL="http://www.daniweb.com/forums/forum18.html"]ASP.NET[/URL] or [URL="http://www.daniweb.com/forums/forum62.html"]ASP[/URL] to get some guidance | |
Re: I do not see any differences, please point out the problem. PS: In the future do not multi post it is not welcomed. | |
Re: You can post these question In Graphic and Multimedia section where most discussion of Flash done too... PS: Post moved to Graphics and Multimedia | |
Re: Let put it this way Dreamweaver is general purpose application that can help you to certain extend with numerous web technologies (HTML/XML/PHP/JSP/ASP/ASP.NET/ColdFusion). Disadvantage, it cost a rather lot for somebody who is not sure if he wants to really buy it. Then you have specific technology tools NetBeans for JSP … | |
| |
Re: [QUOTE=Gerbilkit;710409] [code] EmployeeSystem.java:122: cannot find symbol symbol : method write(int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,int) location: class java.io.FileOutputStream outStream.write(employeeType, employeeID, employeeName, birthDate, startDate, city, state, zip, numberHours, hourlyRate); ^ [/code] [/QUOTE] There is no such method as you try to use. FileOutputStream is only able to work with byte array, there fore before you pass … | |
Re: Wouldn't be eclipse forum more suitable place to ask? | |
Re: It is sorting algorithm that is easy to be followed from main() method. What exactly you expect us to do? PS: Using code-tags would be nice in the future... | |
Re: You more then welcomed to browse and search forum section for variety of project topics that have been suggested over period of years since this forum started [I]PS: I strongly believe that Ezzaral on purpose post in same thread and same time as me... Dammit, again beaten by submission time[/I] | |
Re: [QUOTE=lastmoh1989;710253]i am doing HND in computing and i need to develop a software project; the problem that i have no idea what can i develop. actually if i can find a real world case or areal customer ,i will develop it for him for free; but he should not be … | |
Re: Some supportive data like code used, screen shot of error or printed PDF would help out to see what may be the issue | |
Re: [QUOTE=sreein1986;622103]first when you created a web site don't define FTP & RDP Server you define in you local system when you want upload html file upload Through FTP Software Thanx, Sree[/QUOTE] That is matter of personal opinion. For last 5 years if I need it to updete me site I … | |
Re: Please in the future address question to one of the section not in as many you like, hence that is the reason you just got your self warning for offence (Cross posting in Java, C++ and PHP) | |
Re: Happy reading [URL="http://java.sun.com/docs/books/tutorial/jdbc/index.html"]JDBC Database Access[/URL] | |
Re: Have look at this post [url]http://www.daniweb.com/forums/thread141776.html[/url] at the end is what you looking for | |
Re: [QUOTE=Easter Bunny;710167] easy peasy.[/QUOTE] Yes, that is how you failed to answer main question of storing strings in array. patricksquare, you can use Array in the case you know how many elements you will have. In your scenario this would involve additional count which is not necessary if you simply … | |
Re: Either you will filter your request.querystring to get what you looking for and then process them or you with simple for or do-while loop, or you can make a neat solution with JSTL like in this [URL="http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSTL3.html"]example[/URL] | |
Re: [B]Search and rescue on the way! [/B] [URL="http://www.onjava.com/pub/a/onjava/2006/06/21/making-most-of-jdbc-with-webrowset.html"]Making the Most of JDBC with WebRowSet[/URL] - provide good explanation [URL="http://www.ibm.com/developerworks/db2/library/techarticle/dm-0503bhogal/"]Use the WebRowSet implementation with DB2 UDB[/URL] - IBM example, excellent as always [URL="http://www.java2s.com/Code/Java/Database-SQL-JDBC/WebRowSet.htm"]java2s.com[/URL] - just example, not explanation [I]Anyway you would find this all on your own if you used google … | |
Re: Moved from Coldfusion to introduction as it is not related to the forum | |
Re: [url]www.w3schools.com[/url], from simple HTML, to CSS, followed by some JavaScript and pick direction either in PHP, ASP or JSP(knowledge of Java required). Plus much more if you will be interested | |
Re: It has little to do with your increment process but with your do-while loop | |
Re: If you cared little for what you trying to learn you would seen the post on the top of Java forum section [URL="http://www.daniweb.com/forums/thread99132.html"]Starting "Java" [Java tutorials / resources / faq][/URL] | |
Re: Why do you have CSS outside of head tag? It should be inside header tag or use inline option (inside the tag you wish to adjust with css) | |
Re: If my sleepy mind does play tricks on me, you should do it as [code](File)vector.elementAt(i).getAbsolutePath()[/code] | |
Re: You always need our help and simple could not be bothered to continue discussion of the topic. Just to en light your memory 1 day ago [URL="http://www.daniweb.com/forums/post704982.html"]I really need your help... [/URL] 3 days ago [URL="http://www.daniweb.com/forums/thread148744.html"]Need your help [/URL] 4 days ago [URL="http://www.daniweb.com/forums/thread148449.html"]Need help.. [/URL] [I](stats as 05/10/2008 21:00 Central … | |
Re: Sorry dude, but your "direct" link went to some lousy website for car sale. So it did not lead to a button but to a site. Secondly site is build with ASP. | |
Re: Java - How to Program 6th or 7th edition by Deitel & Deitel, chap 23 & 24 gives you background reading how to work it out. Happy reading... | |
Re: Please post the XML file | |
Re: Not website but a book [URL="http://www.amazon.co.uk/Beginning-JSP-JSF-Tomcat-Development/dp/1590599047/ref=sr_1_1?ie=UTF8&s=books&qid=1222846986&sr=1-1"]Beginning JSP, JSF and Tomcat Web Development - From novice to Professional[/URL] ([I]you not gone get "pro" but you will getter better understanding of the problem and how you can manage it[/I]) | |
Re: Once you got more specific question to ask you are more then welcome to ask it. However if you have no idea or wish to try to throw some general question take your time to read some of the [URL="http://www.google.co.uk/search?hl=en&q=java+jtapi+tutorial&btnG=Search&meta="]tutorials[/URL] | |
| |
Re: [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/table.html"]How to Use Tables[/URL] | |
:o Hi there!!!!!! May I ask for help? After holidays all my C++ knowledge gone. What I need is to create string from integer number and another string as STRING = INTEGER + SUFFIX where INTEGER is 5 SUFFIX is than 'th' so STRING is 5th | |
Re: JComboBox in [URL="http://java.sun.com/javase/6/docs/api/javax/swing/JComboBox.html"]API[/URL] and in [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/combobox.html"]tutorials[/URL] (just in case :) ) | |
Re: Please drop detailed problem description in [URL="http://www.daniweb.com/category1.html"]Tech Talk[/URL] section of the forum and post in one of the sections depending on sort of problem you facing problem, operating system or a hardware issue, or some program under an operating system | |
Re: I think it should be the current position of the cursor. The flashing vertical line when you type a text. The reason would be because you moving from designer view to developer view and you want to start editing content between <asp:label> tags | |
Re: Nope, please read announcement on top of the section "[URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL]" | |
Re: [QUOTE=efus;705146][url]http://www.java2s.com/Tutorial/Java/0180__File/0260__BufferedReader.htm[/url][/QUOTE] The website is not bad has many examples I use it sometimes, however if you in process of learning you better to get it explained then just copy&paste | |
Re: LOL, just seen I was beaten for the fastest answer :twisted: Sorted that few errors in your code. Please make your self familiar with Java naming standards [code=Java]public class Circle { private double radius; final double PI = 3.14159; double number; //Missing setter for radius variable public void setRadius(double r) … | |
Re: If you running PHP enabled server you can use [URL="http://www.webalizer.org/"]Webalizer[/URL] tool. Correctly configured it will provide in deep view/report on your website activity | |
Re: Unfortunately you will have to do your research on your own, as such discussion would be against forum rules. | |
I created menu for mobile phone, where after you make move screen should be repainted and after that a sound should be played. However at present stage sound is played first and just after that Canvas view is repainted. Bellow is skeleton of the class [code=Java] public class ContactMenu extends … | |
Re: That would be because you did not follow life cycle of applet, you never actually initialized your applet [quote]Life Cycle of an Applet: Basically, there are four methods in the Applet class on which any applet is built.[list] [*] [B]init:[/B] This method is intended for whatever initialization is needed for … | |
Re: This is the problem [code]String imgStr = "[COLOR="Red"]image/pic1[/COLOR]";[/code], you did not provide file extension like pic1.jpeg, pic1.png, pic1.gif | |
Re: Have look at this [URL="http://www.daniweb.com/forums/thread141776.html"]tutorial[/URL]. It is not finished yet, however you can use it for initial start | |
Re: [code=Java]System.out.print("I will print on same line");[/code] | |
Re: [URL="http://java.sun.com/docs/books/tutorial/uiswing/index.html"]Creating a GUI with JFC/Swing[/URL] Reading/writing is basic process you should already know, you will pass or retrieve from/to Swing components - no magic other then Java | |
Re: This post is FIVE years old ! ! ! PS: The hidden advertisement of yours is not welcomed. | |
Re: You need to be more specific about it. There are similar application on the market for some time, as example I can tell you the idea of remote controller is implemented on Sony Ericsson phones w800, w810, w880 and w910 (these are phones that I used or borrowed from girlfriend). … |
The End.