5,031 Posted Topics
Re: When you compile you need to use file extension (*.java), however when you run it that is not case. Just use [icode]java test2[/icode] | |
Re: [QUOTE=startstop123;1086646]So You guys give me any idea how to do this?[/QUOTE] That is wrong approach, read here [URL="http://www.daniweb.com/forums/announcement9-2.html"]why[/URL] | |
Re: [QUOTE=Aia;1087001]Please, read the forum rules. We do not give code. You show effort and we might help you (with suggestions) how to achieve your goal.[/QUOTE] To be more precise [URL="http://www.daniweb.com/forums/announcement118-2.html"]We only give homework help to those who show effort[/URL] | |
Re: Forum rule - [URL="http://http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL] so why don't you post what you have so far and explain where you are problem to progress... | |
Re: One of the forum most important rules [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL]. If you do not follow rules, we will not help. | |
![]() | Re: Yes, you are supposed to follow the tutorial till the end and execute AccountDemo.java and not just Account.java. Account class is just sort of storage design to hold data associated with accounting. This class normally provide some constructors to create object in the memory, some setter and getters to provide … ![]() |
Re: Google - [URL="http://www.google.co.uk/#hl=en&source=hp&q=sourceforge.net+java+discussion+forum&btnG=Google+Search&meta=&aq=0&oq=sourceforge.net+java+discussion+forum&fp=a60718907b4ba39b"]sourceforge.net java discussion forum[/URL] | |
Re: [URL="http://https://jai.dev.java.net/"]Java Advanced Imaging[/URL] or [URL="http://https://jai-imageio.dev.java.net/"]Java Advanced Imaging Image I/O[/URL] | |
Re: And what will you do if a document is 20MB, format A1 or A0 in colour on one page? Anyway you can use iText library for number of pdf operations | |
I have installed Flash plugin for Mozilla how ever some pages containing flash will not work properly. For example[URL="http://www.bbc.co.uk/merlin/#/games/"] this game[/URL] (select Camelot Defence and Play Now) when I try to click on Play Game button it will not start (neither other 2 buttons respond). So where is the issue? | |
Re: We can do that as soon you explain what sort of application you want to build, nevertheless do not forget that this forum has following rule [URL="http://http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL] ![]() | |
Re: [URL="http://https://jai.dev.java.net/"]Java Advanced Imaging[/URL] or [URL="http://https://jai-imageio.dev.java.net/"]Java Advanced Imaging Image I/O[/URL]. If you have specific question you more then welcome to ask, however general queries will get only general answer | |
Re: So where is your code and why you are not proving full problem description instead begging for help and attention? | |
Re: Take it this way as with Java even in Jave ME you can only go 3 ways: [LIST] [*]Draw everything through your application on Canvas [*]Use already existing components subclasses of Screen (Form,Alert, List, TextBox) [*]Use mix of existing components (from Screen) and so portion of drawing CustomItem or perhaps … | |
Re: We do not share illegal materials, one of the forum rules if you cared to read. Good start in the basics of HTML and CSS is always [url]http://w3schools.com/[/url] | |
Re: Google ->[URL="http://www.google.co.uk/#hl=en&source=hp&q=oracle+9i+download&btnG=Google+Search&meta=&aq=1&oq=oracle+9&fp=a60718907b4ba39b"] Oracle 9i download[/URL] I recommend that you download latest version and work with it... | |
Re: Get your self Head First Servlet and JSP (limited preview available from [URL="http://books.google.com/books?id=15wp6fmAy4sC&lpg=PT31&dq=head%20first%20servlets%20and%20jsp%202nd%20edition&pg=PA1#v=onepage&q=&f=false"]google books[/URL]), which will help you with basics. Then you can extend it with some frameworks Hibernate, Spring, Tapestry etc. | |
Re: [QUOTE=evstevemd;1082613]Reputation point for that J :clapp hands: Spams are choking![/QUOTE] For the record, it wasn't jbennet | |
Re: Please read the rules and you you would know that code-tags are expected be used by any member, plus you would know that you are supposed to provide proper problem description. Your problem is math.powthat is supposed to be Math.pow Java is case sensitive unlike for example html where TABLE, … | |
Re: actionPerformed is what you need. If you not getting date it will be down to the fact that you have somewhere a problem. However without any additional code we will not be able to help | |
Re: 1) What is the point to open one-and-half year old post? 2) Please read the rules, [COLOR="Red"]NO PERSONAL DETAILS ALLOWED IN THE POST[/COLOR]. Shameless self advertising. | |
Re: Closing thread as last replies did not add any value and it is attracting various spammers | |
Re: Need project idea? sourceforge.net biggest collection of opens source projects from which you can get idea for sure. Thread close, no need to call upon ghosts. | |
Re: You can install them they will not harm you, but if you do not want them you can leave it out. | |
Re: [QUOTE=renn;1080396]im renn can you help some graphics program to do coz 8s my big project in 1st. college pls reply hope u will read and appreciate this comment.[/QUOTE] Do not reply to old threads if you not gone post solution. If you need help with your project create new thread, … | |
Re: Did you check permissions on uploaded files. Always important while moving from Windows to *unix hosting | |
Re: You did not paid attention in class when your lecturer explained how to create and use your own objects. [code=java] public class Movie{ private int rank; private String title; public Movie(int rank, String title){ this.rank = rank; think.title = title; } //some stter and getter methods }[/code] Then you would … | |
Re: Hint Create class Product that is able to store following data Enter product id Enter product name Enter product price Make the Product class available to your application. Use a Collection like ArrayList, List, or Vector to store data of every product. Provide logic that will do discovery of most … | |
Re: What is necessary is for you to provide exact errors you getting from SQLException so you better catch that exception and print stack. Also your current program arrangement is very bad. You should move that database connectivity to its own class, and don't forget to close the connection when you … | |
Re: Both articles are good. I will let you if they worked with me as I'm soon about to finish university and get a job :D | |
I will keep it simple. I need to list id of every element in given section. Example [code=html] <div id="leftSide"> <ul id="leftList"> <li id="item1"item 1</li> <li id="item2"item 2</li> <li id="item3"item 3</li> <li id="item4"item 4</li> <li id="item5"item 5</li> <li id="item6"item 6</li> </ul> </div> <div id="rightSide"> <ul id="rightList"> <li id="item2"item 2</li> <li … | |
Re: [LIST=1] [*]This is not 24/7 service just for you beside urgency to you does mean little to us. We have right to live too! [*]You should know that there is this very important rule on the forum, read [URL="http://www.daniweb.com/forums/announcement9-2.html"]here[/URL] [*]In your urgent request you failed to tell us about your … | |
Re: If you are bored so much you may want to read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]forum rules[/URL], as you are expected to use proper English | |
Re: Extra character ">" somehow slipped in the wrong place. The line should be [code=Java]n= (220/(1+10*Math.pow(0.83,t)));[/code] | |
Re: Generally to do such thing is bad idea, you may want to read more on it here [URL="http://www.excelsior-usa.com/articles/java-to-exe.html"]Convert Java to EXE[/URL]. Article also provides some links to available tools if you will still persist on that action | |
Re: If they lost their recovery disc then they should either[LIST][*]call company to receive a copy of the recovery disc. This can be in some cases free service, or they may be charged for it [*] buy new licence [*] use open source product (*unix) [/LIST] | |
Re: [QUOTE=jotha buddhi;1076637]Thank you..I found Synth seems more useful....But is it possible to implement Synth in netbeans? Please help me ?[/QUOTE] Read [URL="http://java.sun.com/docs/books/tutorial/uiswing/lookandfeel/synth.html"]this[/URL] on Synth Look and Feel. Anyway masijade is correct it is complex task, not just simple replacement of graphics as the above tutorial tries to do | |
Re: Check this [URL="http://stackoverflow.com/questions/589732/what-is-best-practice-for-serializing-java-enums-to-xml"]discussion[/URL], it has some interesting suggestions | |
Re: [QUOTE=9w43;1076435]Learning Java now is like saying later on I will learn C#, as for as I know Java doesn't have solid future plan unlike MS who comes up with new version on C# and they have a road map for it. Learning Java years ago was the right thing but … | |
Re: [QUOTE=CuteCat;1073407]Thank you... since I don't know what an API is[/QUOTE] It is bad that you do not know what is API. API or [URL="http://java.sun.com/javase/6/docs/api/"]Application Programming Interface[/URL] is something you should be using often when you learn... | |
Re: For all students looking for mini or large projects in any language. Please visit sourceforge.net get ideas. Thread closed. | |
Re: Please post relevant post forwarding data in servlet and also ho do you retrieve them in the JSP. | |
Re: The typical project structure of web application under Tomcat should be as follows Tomcat installation directory [LIST] [*]bin [*]conf [*]lib [*]logs [*]webapps [list] [*]docs [*]examples [*]project 1 [list] [*]html, jsp, css,images [*]image folder [optional for more organization] [*]WEB-INF [list] [*]web.xml [*]classes [folder] [list] [*]Class1.class [*]Class2.class [/list] [*]lib [libraries only relevant … | |
Re: [QUOTE=masijade;1074514]I knid of doubt that will help though, as the majority of peoples names (as the variable implies that that that is) will not be alphabetically less than end. What the OP probably wants is [inlinecode]if (!salesPersonsName.equals("end"))[/inlinecode]. And this thread is bit old, anyway. I doubt the OP is still … | |
Re: [QUOTE=Sandar Khin;1073441]Hi all, I want to make plugin.Pls tell me steps of making plugin in java.Thank for any answer.[/QUOTE] Plugin for what? | |
Re: Do no place anything in JDK installation, messing with installation is looking for troubles in the future. Connector/J Should be placed either in your project lib directory if you will use it only for one project or in Tomcat lib directory if you want more apps to use it. You … | |
Re: [QUOTE=MaheshBabu.p;1026964]is there any one to reply to me[/QUOTE] [LIST=1] [*]This is not 24/7 service [*]You did not ask any question [/LIST] | |
Re: Is it so difficult to use google with keywords search [URL="http://www.google.co.uk/search?hl=en&q=php+get+date+future&btnG=Search&meta="]php+get+date+future[/URL]. From what I got from this search even me with no interest in PHP could make that part of the code work... |
The End.