5,031 Posted Topics

Member Avatar for arunprashanth

Can you please stop multiple-posting and stay with original post ! ! ! [url]http://www.daniweb.com/forums/thread80835.html[/url] [url]http://www.daniweb.com/forums/thread81465.html[/url] [url]http://www.daniweb.com/forums/thread81905.html[/url] [url]http://www.daniweb.com/forums/thread82013.html[/url] [B][COLOR="Red"]Please read the [/COLOR][URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]forum rules[/URL][/B] [quote]Do not flood the forum by posting the same question more than once (ie in multiple forums)[/quote]

Member Avatar for peter_budo
0
101
Member Avatar for bakke23

>I try to use a for loop to determine when there is no more arguments I do not see a reason to use for loop to determinate the number of command line arguments passed to application Simples thing would be [CODE]commandLineArguments = args.length;[/CODE]. This will also help you see if …

Member Avatar for bakke23
0
133
Member Avatar for saswati_mishra

You aware that accessing any database with JSP is not recommended and should be avoid. Servlets been design for this task...

Member Avatar for ~s.o.s~
0
183
Member Avatar for ttamilvanan81

If you take time to search and browse even this forum not to mention rest of internet you will find this topic was discused so many times. To create PDF documents you can use [URL="http://www.lowagie.com/iText/"]iText[/URL] and work with excel you may want to use [URL="http://www.teamdev.com/jexcel/index.jsf"]JExcel[/URL] Plus there are many more …

Member Avatar for Ezzaral
0
146
Member Avatar for rinko

Trying to decompile JAR file, where there is no published source code, I will see it as illegal activity that is not welcome here guys...

Member Avatar for peter_budo
0
136
Member Avatar for tolearn

As thekashyap mentioned, [QUOTE]local_jlist is a function local variable (inpublic Prod_applet())[/QUOTE] which mean you can not access it in [INLINECODE]public void itemStateChanged(ItemEvent e)[/INLINECODE]. So you need to declare it on top level to be accesible by other methods [code]boolean inAnApplet = true; final boolean shouldFill = true; final boolean shouldWeightX …

Member Avatar for pjade
0
179
Member Avatar for peter_budo

Have friend which has a problem with Windows start up process. Sometimes on the start, pc just switch its self off for no reason. Can somebody advice? I read somewhere something about it, but can remember where. I will search for it, but if somebody know solution plese let me …

0
58
Member Avatar for harrishcris

Ah well, torrents and peer-to-peer... Notoriously know for they bad or slow performance. This issue has nothing to do with your Netgear product. You are trying to use one of the "free" torrents (in your case open source) which will be free as thousands and thousands people use them around …

Member Avatar for peter_budo
0
108
Member Avatar for Mr.UNOwen

>1. Is there a class where it takes an audio file as a constructor and has methods that allow me pause, play and continue from any selected part of the song? According to API ackage [URL="http://java.sun.com/javase/6/docs/api/javax/sound/sampled/package-summary.html"]javax.sound.sampled[/URL] provides interfaces and classes for capture, processing, and playback of sampled audio data. However …

Member Avatar for Mr.UNOwen
0
151
Member Avatar for Cobra97

This sort of problem will be more related to the software then hardware, try to reinstall warcraft and come back if that doesn't help

Member Avatar for Cobra97
0
153
Member Avatar for Kashif

there is that funny thing called [URL="http://www.google.co.uk/search?hl=en&q=Prim%27s+Algorithm+Implementation&btnG=Google+Search&meta="]google search [/URL]and it does bring lot of resources like [URL="http://en.wikipedia.org/wiki/Prim's_algorithm"]wikipedia[/URL]

Member Avatar for Kashif
0
84
Member Avatar for nizam147

[QUOTE=mrark;390156]hello nazim i think ur a advance programmer can u help me i m a biggner i study java for 3 months i make a calculator but i take only input but when i give second input it overrides the first 1 any not perform any operation can u help …

Member Avatar for nizam147
0
99
Member Avatar for rollan
Member Avatar for 4zlimit

I hate NetBeans everything is made complicated there. If you wish to compile more then one source file they need to be in same project, if they are different projects it wouldn't work. PS: I would rather use command line then start using NetBeans ;)

Member Avatar for peter_budo
0
81
Member Avatar for arunprashanth

HttpSessionContext a public abstract interface which was deprecated and should not be used because of security reasons. What are you trying to do?

Member Avatar for jwenting
0
129
Member Avatar for saasbs

[I]try[/I] have to by accomplished by one or more [I]catch[/I] blocks to handle exceptions and in addition you can use [I]finaly[/I] after either try or catch complished. Learn more about Exception handling at [url]http://java.sun.com/docs/books/tutorial/essential/exceptions/index.html[/url] in your case this should sort problem [code] catch(SQLException sqlEx) { sqlEx.printStackTrace(); } [/code] Also it …

Member Avatar for suvitha_raj
0
162
Member Avatar for push

I just quickly google it [URL="http://www.java-tips.org/java-tutorials/tutorials/introduction-to-java-servlets-with-eclipse.html"]this one[/URL], maybe ~s.o.s~ can later come up with something better as he is using it...

Member Avatar for suvitha_raj
0
73
Member Avatar for dajiebuda

you need to [URL="http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html"]setup CLASSPATH[/URL] to your JAR file and then you will be able to compile your code simple way

Member Avatar for Ezzaral
0
164
Member Avatar for dajiebuda

dajiebuda do not do double posting! Stick to the original post and do not spread chaos over forum. I told you where you can find information to setup CLASSPATH and you should follow them. Why? Because if the not let you have NetBeans you would not know how to run …

Member Avatar for peter_budo
0
135
Member Avatar for dotcom123

There is no need to use applets for slide show and you would only complicate your life. You may do it with JavaScript as I did it few years back in my [URL="http://peterbudo.f2s.com/poland/gallery.html"]coursework[/URL] where I use buttons to move from image to image, but you can exclude buttons and use …

Member Avatar for dotcom123
0
80
Member Avatar for mrark

You did not answer iamthwee question... All depends what you do and also how much usability you give a user. Do you colect only 2 variables or you let user insert as many values us he/she wish including bracklets, square, power etc? You want simple calculator like windows have or …

Member Avatar for mrark
0
103
Member Avatar for LSPUWILLC

>how it converts the letters to numbers simply put whole alphabet in array and then read name character by character and check out position of character in array and you getter number (there was also some method to do so but can't remember) algorithm behind will be something silly for …

Member Avatar for The Dude
0
243
Member Avatar for akash_msrit

[QUOTE=akash_msrit;387983]hi everyone how to display mysql query results in a html or jsp page. using java script or any other if u have working code or sample code please send me please help me . its very urgent regards Manjunath[/QUOTE] manjunath, first read rules about [URL="http://www.daniweb.com/forums/announcement9-2.html"]homeworks[/URL] Than, answer the question. …

Member Avatar for ~s.o.s~
0
112
Member Avatar for nirmalaravi

[QUOTE=nirmalaravi;387436]Hi all I need a java application to be developed for Game of Life without using applets by using only arrays thanks in advance[/QUOTE] I will advice you to read forum rules regarding [URL="http://www.daniweb.com/forums/announcement9-2.html"]homeworks[/URL]

Member Avatar for iamthwee
0
83
Member Avatar for msi_333

There is old comment on one website [URL="http://www.tek271.com/articles/java_2_applet_security.htm"]here[/URL] This can be of some help [url]http://mail-archive.objectweb.org/oscar/2004-08/msg00041.html[/url] also here is something [url]http://www.captain.at/programming/java/[/url]

Member Avatar for msi_333
0
183
Member Avatar for Acidburn

Yes, instead of submit create simple button and give it and action where to go after being pressed. Same think like "links"

Member Avatar for peter_budo
0
84
Member Avatar for peter_budo

I recently start to have problem with my internet connection. Called ISP and they told me to run few tests when there is a problem. One of them is [B]tracert[/B]. The last test result was as follow and is confusing [CODE]Tracing route to xxx.xxx.xxx.xxx over a maximum of 30 hops …

Member Avatar for Spriggan
0
89
Member Avatar for mody2007

[QUOTE=mody2007;386541]i want to implement a special symbol like (integration symbol )in java i want a complete example that i can excute it[/QUOTE] [B]I want[/B] [COLOR="Red"][B]you[/B][/COLOR] to read forum [URL="http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies"]rules [/URL] and [URL="http://www.daniweb.com/techtalkforums/announcement9-2.html"]homework rules[/URL]. After this demanding work I want you to use google and find some thing about "[URL="http://www.google.co.uk/search?hl=en&q=java+integral+symbol&btnG=Search&meta="]java integral …

Member Avatar for iamthwee
0
122
Member Avatar for Fungus1487
Member Avatar for student_1

hmmm, I'm finishing this year(waiting for results), but I have to tell you that teachers are bored with all the websites implementations done in major languages so you have to be good in it to get good marks for it. Implementation and design have to be explain in details, lots …

Member Avatar for jwenting
0
81
Member Avatar for NotThereAnymore

You may want to contact Creative support they are very helpful. I had twice problem with MP3 player (I know not sound card) and they been fast to locate what was wrong with it

Member Avatar for AflacJack
0
146
Member Avatar for peter_budo

I don't know if it was intention or not but Wink ;) and Tongue :P have same face

Member Avatar for WolfPack
0
249
Member Avatar for joshSCH

Funny how you guys which never know what is communism talk about it "Study, study, study, said Mr Lenin", lol that was well know slogan in 80's back in Easter block Idea behind it wan't bad but after Lenin get ill Stalin take over and twist that idae how he …

Member Avatar for Sturm
-1
1K
Member Avatar for dplin

You may want to read these reviews about Asus motherboards [url]http://www.motherboards.org/reviews/motherboards/1620_1.html[/url]

Member Avatar for dplin
0
167
Member Avatar for pabz_sarquilla

My favorite is Java How To Program, 6th edition from Deitel and Deitel jwenting will fill you on O'Reily books :) (sorry couldn't find the post where you mentioned last time, but it was nice collection)

Member Avatar for pabz_sarquilla
0
103
Member Avatar for peter_budo

I recently installed Ubuntu 7.04 on my system and for last few days been learning ways around this system and get familiar with it. I have to say I'm glad that my university has 25% machines running unix systems for Computer Science students or I would be lost. Today I …

Member Avatar for peter_budo
0
111
Member Avatar for EriCartman13

>investing in a gaming pc build your own machine and you can choose good power supply ;)

Member Avatar for peter_budo
0
128
Member Avatar for fahad

[QUOTE=fahad;381309]Hi, I want to sign an email through some java API using a digital signature ,IF anyone of you can help me or give me a refrence to such API, that wil be nice[/QUOTE] [B]to sign an email[/B] what are you trying to say? You want to create application which …

Member Avatar for peter_budo
0
92
Member Avatar for joshSCH

[QUOTE=joshSCH;379639]hmm.. Is there a way in which I can communicate with daniweb through java.. I've tried using an output stream writer to post for me, but it doesn't work.. The InputStreamReader can connect, and print the html associated with daniweb.. however, it does not actually read the posts b/c they …

Member Avatar for peter_budo
0
190
Member Avatar for rinko

Can you elaborate more what you trying to achive? Packages in zip file? If you download it something from internet you can drop down the link so we can see it (as long it is not illegal)

Member Avatar for jwenting
0
130
Member Avatar for FUNimations

you can use Timer class and call method schedule(). Check API [URL="http://java.sun.com/javase/6/docs/api/java/util/Timer.html#schedule(java.util.TimerTask,%20long)"]here[/URL]

Member Avatar for IDSA
0
120
Member Avatar for Gorilla

Try to read this tutorials [url]http://java.sun.com/docs/books/tutorial/essential/io/[/url]. The task is not difficult and you should understand it, however if you will have any problems, just update your question and provide any code examples you working on Good luck

Member Avatar for Gorilla
0
102
Member Avatar for eazye1334

[QUOTE=Sergio51;378196]Hi I have a similar problem with my Thinkpad G41. After a drop at the airport, all I can see in the LCD are vertical lines that change color and width according to the graphics being shown at the moment. The external monitor works fine. Did your screen lines change …

Member Avatar for peter_budo
1
919
Member Avatar for Jishnu

there been some books 3-5 years back offering move from c++ to java, but I do not know if they print them any more. I used Java How To Program, 6th edition, from Deitel&Deitel, but this consern more people with no programming experience

Member Avatar for leehyokug
0
98
Member Avatar for OrbitalStrike

According to [url]http://www.bizrate.com/desktopcomputers/sony-vaio-digital-studio-vgc-ra828g-3.6-ghz-pentium-4-desktop--pid174679298/information.html[/url] this pc has PCI Express card so you can buy any PCI Express card. However before you do so, you should check your power supply. New graphics cards needs PSU above 400Watt. They are power hungry... As to choosing card it is up to you, what brand …

Member Avatar for Qwazil
0
251
Member Avatar for akash_msrit

>import an applet in to jsp Applet is just object inserted into HTML, jsp is just enhanced HTML(with some little coding related to JAVA). So what the link between this two? [B]H T M L[/B]

Member Avatar for peter_budo
0
91
Member Avatar for Jishnu

Just download JDK of Java and you have compiler ([url]http://java.sun.com/javase/downloads/index.jsp)[/url]. This is not like c++ competition for best compiler :)

Member Avatar for iamthwee
0
68
Member Avatar for qaizaar

you need to be more specific, as what you ask is not clear. Do you want to only paste name of the files from page_one to page_two or you want to upload file from local machine to remote directory? These are to very different tasks...

Member Avatar for ~s.o.s~
0
106
Member Avatar for san_fran_crisko

Once created and initialized your coponent you need to add menu item to menu and then menu to menu bar Just quick cut from your code [code] JMenuBar topMenu = new JMenuBar(); JMenu gameMenu = new JMenu(); JMenu soundMenu = new JMenu(); JMenu helpMenu = new JMenu(); JMenuItem helpItem = …

Member Avatar for san_fran_crisko
0
164
Member Avatar for a1i22000

>1)what do I needs to install before start coding? Java ofcourse [url]http://java.sun.com/javase/downloads/index.jsp[/url] >2)what environment(notepad,wordpad,..)do you offer me to try in? notepad is my preference, later you can get IDE's such as JCreator, Eclipse, NetBeans but that is up to you >3)what ever you think may help me to start java …

Member Avatar for jwenting
0
119

The End.