5,031 Posted Topics
Re: sourceforge.net, projects.apache.org and other website are full of ideas... | |
Re: Because you have constructor for 5 parameters [icode]public DVD (String DvdTitle, double ItemNumber, double DvdPrice, int NumberInStock, double RestockFee)[/icode]but passing only 3 [icode]new DVD(DvdTitle, ItemNumber, DvdPrice, NumberInStock);[/icode]. Create another constructor that will accept only 3 parameters and you done | |
Re: By associating database driver with your project([url]http://www.vogella.de/articles/Eclipse/article.html#classpath_jar[/url]). You can follow this tutorial for Derby an adapt it for My SQL [url]http://www.eclipse.org/articles/article.php?file=Article-EclipseDbWebapps/index.html[/url] | |
Re: [URL="http://www.google.co.uk/url?sa=t&source=web&ct=res&cd=1&ved=0CA4QFjAA&url=http%3A%2F%2Fjazzy.sourceforge.net%2F&rct=j&q=java+spell+checker+api&ei=gMjGS5KEOM7u-QaO99iKCw&usg=AFQjCNF-TSBXjjsL1LubjAD6KYoCZy9-JA"]Jazzy[/URL] is such library, for more options here is result of google[URL="http://www.google.co.uk/#hl=en&source=hp&q=java+spell+checker+api&meta=&aq=5&aqi=g6&aql=&oq=java+spell+checker+&gs_rfai=&fp=23e9d7872b349109"] search[/URL] | |
Re: Sorry dude but we are not mind readers to find out what you trying to do. So post your question. | |
Re: [QUOTE=preeti.cool;1268678]I have already study out these sites but i cant get its solution..[/QUOTE] So why don't you post what you already did so we can have look at it and try to help you instead of doing it from scratch? | |
Re: Did you deployed it on real server or did you try to establish connection through USB cable as I suggested in PM few days back? | |
Re: [QUOTE=SerialSpiller;1266899]I got a PM, and solved it. How do I change the status to solved?[/QUOTE] By creating appropriate type of thread. As you already found from automated personal message do not use CODE SNIPPETS option to post your questions. Use FORUM THREAD and then you can mark it solved... | |
Re: Read [URL="http://books.google.com/books?id=chepSC2iAB8C&lpg=PP1&dq=beginning%20j2me%20from%20novice%20to%20professional&pg=PA143#v=onepage&q&f=false"]Chapter 10 - Connecting to the World[/URL] from Beginning J2ME from Novice to Professional (linked content is just limited preview) | |
Re: Android, J2ME and Symbian supports 3D objects. I have no clue about Irrlicht... | |
Re: Rethink your logic... IF ever this condition would be true [icode]if (args[i].equals("-i"))[/icode] you will get nothing because you never actually store anything in the array list. So you get null pointer exception when you call [icode]generate_binary_input_combinations(t_value, binary_cmd_list);[/icode] | |
I have this long winded query [code=sql]select i.id,i.name, i.item_type_id, (select it.name from items it, relations rel, relation_types relType where it.id=rel.to_id and rel.from_id=i.id and rel.relation_type_id=relType.id and relType.name='CityCtountry') as cityCountry from items i where i.item_type_id=2;[/code] Cut the long story short, we inherited database from customer that hasn't been happy with other company, … | |
Re: Are you sure that you actually reading second line? Did you check it? | |
Re: I think there is nothing such as absolute position of frame. However you can disable resizing by using inherited method [URL="http://java.sun.com/javase/6/docs/api/java/awt/Frame.html#setResizable(boolean)"]setResizable[/URL] of Frame | |
Re: [url]http://www.google.co.uk/search?hl=en&q=calendar+booking&aq=f&aqi=g5g-m5&aql=&oq=&gs_rfai=[/url] | |
Re: @1NJ3CT3D In the future you better read forum rules before you post otherwise you can get in trouble [quote]In addition, do not post anything warez related or related to other illegal acts.[/quote] Thread closed | |
Re: No, JME is on decline because it is not competitive to Android or iPhone UI, functionality and general user experience. It will not die today or tomorrow, but maybe in 2 years will be gone | |
Re: Not enough that you arrogantly or stupidly marked your thread as code snipped (before I change it) you even ask for code to be given to you because you lazy. Here is a news for you [B][URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL][/B] | |
Re: If you not able to come up with your own ideas try sourceforge.net, site is full of free ideas... Thread closed | |
Re: [QUOTE=thabassum;1264954]i want u to assist me to start a project[/QUOTE] Also this thread close for time travellers... | |
Re: [QUOTE=thabassum;1264961]need ideas for 3rd year b.e project[/QUOTE] If you cannot come up with project topic you just waste your last few years in pointless study of subject and you do not deserve to be programmer. Thread closed before another time-traveller decide to post here | |
Re: [url]http://www.google.co.uk/#hl=en&source=hp&q=windows+mobile+5+vs+6.1&aq=2&aqi=g4&aql=&oq=windows+mobile+5+vs&gs_rfai=&fp=4decbba4b4ffde8d[/url] | |
Re: >>Can we use the same kind of phone to execute a MIDlet and a wince.net programs? Yes and no. You would need to have Windows CE device , to run wince.net, and this should also be loaded with JVM to be able to run MIDlet. >>What are the advantages of … | |
Re: [url]http://www.google.co.uk/#hl=en&source=hp&q=ussd+application+development&aq=0&aqi=g3&aql=&oq=ussd+application+&gs_rfai=&fp=a0f713e140dfbc98[/url] | |
Re: [QUOTE=masijade;903719]How about a grammar and spell checker?[/QUOTE] I will refine that one. How about translator from chat-1337 (leet) speak to full sentence English? | |
Re: We may guide you if you post code what you made so far. Otherwise it would be handling over code to another lazy student. So show us what you got... | |
Re: [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL] | |
Re: Power of internet [URL="http://www.google.co.uk/#hl=en&source=hp&q=ireport+tutorial&aq=1&aqi=g10&aql=&oq=ireport+&gs_rfai=&fp=a0f713e140dfbc98"]search [/URL] | |
Re: On top of this forum there are 2 sticky posts. You can start with these... | |
Re: First learn about [URL="http://www.daniweb.com/forums/thread141776.html"]MVC[/URL] and then try to implement database pool | |
Re: Threads merged. Please do not flood forum | |
Re: Putting anything in default Java installation directory is bad idea. If you creating just simple application you can keep JAR file in same directory as your source code for easy compiling. However while working on something larger you should set up special folder for any external resources ("lib") and either … | |
Re: Read my other reply [URL="http://www.daniweb.com/forums/post1260805.html#post1260805"]here [/URL] | |
Re: Guys please thread carefully. This is hot discussion and I hope it will not become to personal. Please try to also understand the other side. | |
Re: This is due to connection time-out that can be sorted by use of threads while connecting. Have look on Beginning J2ME From Novice To Professional - [URL="http://books.google.com/books?id=chepSC2iAB8C&lpg=PP1&dq=beginning%20j2me%20from%20novice%20to%20professional&pg=PA143#v=onepage&q&f=false"]chapter 10 Connecting to the World[/URL] | |
Re: You are missing missing "static" keyword in main method [icode]public static void main(String[] args)[/icode] | |
Re: Because of your lazy approach here is lazy answer [URL="http://books.google.com/books?id=5VTBuvfZDyoC&lpg=PP1&dq=head%20first%20java&pg=PP1#v=onepage&q&f=false"]Head First Java[/URL] | |
Re: Without knowing more about the project it is pointless to discuss technologies a specially what sort of database you may use since we do not know if it will be centralized storage or just user dependent storage. Why projects fails? Because before getting clear requirements and purpose of the project … | |
Re: Since you did not provide any specific data here is general answer [url]http://www.bioinformatics.org/jmol-tutorials/jtat/_docs/tutuse.htm[/url] | |
Re: No. What would be otherwise purpose of certificate. However for local testing you may want to play with permission that can be assigned to MIDlet. For example there was a way to disable notifications for network connection while running in emulator. First closes resource in regards of this is following … | |
Re: You just reopened old thread. It is highly unlikely that original poster will come back after 3 years to reply to you | |
Re: As far I know you need Mac OS in order to run their SDK. So NO | |
Re: All you need is read this [url]http://www.w3schools.com/media/default.asp[/url] | |
Re: Right click on the project >> select PROPERTIES. In the pop-up window, in CATEGORIES (left side listing) select Libraries & Resources >>on the right press Add JAR/Folder and navigate to place where is the driver or any other library you wish to add >> highlight file/s you want to include … | |
Re: 1. Ignoring forum rules is bad as we specifically say [QUOTE]Do not piggyback threads (aka "hijack" threads) by posting your question as a reply to another question.[/QUOTE] 2. Google and more specifically [URL="http://scholar.google.co.uk/scholar?q=VON+NEUMANN+ARCHITECTURE+simulator&hl=en&btnG=Search&as_sdt=2001&as_sdtp=on"]Scholar Google[/URL] is your friend | |
Re: @dhivyaa you are just 3 years behind original post. Thread closed! | |
Re: Are you sure about that explanation mark "!" in your file path string? [icode]fr = new FileReader (new File("C:\\University Study\\Component Engineering\\Assignments\\Assignment [COLOR="Red"]![/COLOR]\\yourFile.txt"));[/icode] Also if you just learning to work with files try to keep your file in same folder as your compiled program so then you do not need to … |
The End.