283 Posted Topics
Hi folks. I am planning to change my OS from windows 7 to windows 8 (customer preview.).. So those who are already using 8 , can give their feedback if they have encountered any problem with 8 .Any disadvantages ...etc...etc.. NOTE : (I know its still under preview version and … | |
| |
Re: > I am designing a web page using JSP / JDBC / JavaScript and apache tomcat 5.5. There seems to have a major issue after few page request. Initially, all pages respond was excellent but after few ( 10 - 15 ) requests, the respond time drops to minutes ( … | |
Re: > if yes, please then please look at the problemClick Here > if no, then sorry for my post Compilation error : If condition failed..:P You can post your problem in jsp or web services | |
I need to transfer the sql server databse tables to mysql . How can i do that?. | |
Re: Did you tried forward technique.. RequestDispatcher rd = request.getRequestDispatch("url?newparam=newvalue"); rd.forward(request, response); | |
Hi folks.. I'm in search of desktop nofication api's apart from the basic(default) one that java already provides. Can anyone direct me to some good links . Its better if it is free of cost. I found [this](http://blog.swingfx.ch/twinkle-100) nice one but its not free. | |
Re: So any questions for us other than your assignments? | |
Re: See [FILE](http://docs.oracle.com/javase/1.4.2/docs/api/java/io/File.html#method_summary) class | |
Re: [QUOTE]do you think it matters what college one obtains a degree in Information Technology from when it comes to high amounts of competition[/QUOTE] As in my opinion , The fame of the reputed college will [B]only[/B] help you to the extent of getting a job . But ultimately , it … | |
Re: [QUOTE]there are some functions that the normal users may not see/use. How do i know who is logged on to my system[/QUOTE] simple.. check the authentication in the function itself before executing the actual core part. ex-- [CODE]void authenticateUserOnly() { if(username and password are not valid) return; else do the … | |
Re: [QUOTE]I take the words with this code.Now,How can i create a random sentece with these words.Need some more ideas.[/QUOTE] All you need to do is to just generate a random number(or just sort of index value) Retreive the words (random words) by using the random value generated. I mean suppose … | |
My friend's system doesn't start up . The system boots and blocks infinitely at welcome screen. Even the message "welcome" is also not displayed. Just the screen comes up and it blocks there forever. I had also tried in safe mode. But the system doesn't open with safe mode. Is … | |
Re: Unfortunately you cannot create a batch file that opens cmd with desired default path. But you can change the cmd default path(i.e "c:\documents....") to your desired default path. you need to make little change to your registry to do so . Here's how you do [URL="http://www.gamerswithjobs.com/node/24826"]that[/URL] | |
Re: [QUOTE]com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order (custNo, dateOrder, totalPayable) VALUES ('', '2012/Feb/19 16:09:02', '0' at line 1 [/QUOTE] The error message says it all.. The syntax of the sql … | |
Re: If you are using windows 7 then you can't view the output in full screen mode(windows7 does not support full screen mode). If your output is not a GUI , then you can increase the size of your command prompt .(which i think is worst solution :) ) We cant … | |
Re: Using jmf , i think you cant.. but you can use other API's or FMJ Read this [URL="https://forums.oracle.com/forums/thread.jspa?threadID=2179859"]https://forums.oracle.com/forums/thread.jspa?threadID=2179859[/URL] | |
Re: [QUOTE]It can see what you do when you are using it but not the history.....if you are afraid try clearing the browsing data. Btw What r u upto????[/QUOTE] I guess even when you are using the internet , the server cannot know what sites you are visiting. It can only … | |
Re: You can make some sort of batch file(or shell script) which launches your program and place that batch file in startup folder. I never tried it in mac but if you spend some time on googling , you'll get the answers ... Here are some links which may help you.... … | |
Re: Not sure if it works...but Try this.. Right click on the program you want to execute and choose properties. Search for the security tab and change the security permissions to all users. Give the all permission(read/write/execute) to the guest account. [URL="http://answers.microsoft.com/en-us/windows/forum/windows_vista-files/how-do-i-change-folder-and-file-permissions/465f2b42-63dd-4486-8dd1-c870290efeed"]http://answers.microsoft.com/en-us/windows/forum/windows_vista-files/how-do-i-change-folder-and-file-permissions/465f2b42-63dd-4486-8dd1-c870290efeed[/URL] | |
Hi , I have speech synthesizer java program. It is running fine when i run it from netbeans. But when i build the project and run the jar file , it's not working. The entire program is running fine in the jar file (i.e displaying window , doing stuff etc) … | |
Hi folks. I have a java application which plays a audio file . SO before the audio file or sound is played by my java application , i want to mute all other application sounds like Windows media player , VLC player (etc) if those are currently playing at that … | |
Re: Ofcourse , it's possible.It is similar to uploading and downloading. Take a look.. [URL="http://forums.devshed.com/java-help-9/file-transfer-in-servlets-8632.html"]http://forums.devshed.com/java-help-9/file-transfer-in-servlets-8632.html[/URL] | |
Hi , I developed an application which checks mail(gmail) all the time and alerts me whenever new mail has come. In short its a email notifier or email alerter. The application uses IMAP protocol .The application opens the connection once and it continously checks whether a new mail has come. … | |
I want to make my program sleep for 30 miutes or 1 hour . I can do that by using Thread.sleep() but is there any alternate way? | |
Re: Incase of java , yes you can ....(possible in other languages also) but remember...you can pass only variables but not the logic .. i mean [CODE] void dothis(String s) { if(s) { -----[/CODE] if you call the dothis as dothis("10>5"); ..It is not correct you can pass the values i.e … | |
Re: [QUOTE]i am getting error "cannot find symbol"[/QUOTE] what symbol? Post the entire error message that you are getting.. | |
Re: What element in your webpage is calling the jsp? If it is the form then you can add this [CODE]<form name ="f" method="post" action="second.jsp" target="parent.frame1"> [/CODE] | |
Re: @sirlink99 May be your idea is not to create a captcha identification program , but your requirements remind me the same funtionality . Till now i dont think there is any program which has 100% success rate in identifying the captcha. Atleast not 50%. But OCR is far different from … | |
Re: I cant suggest you one . but I'll hesitate to use third party password management softwares. Because i cant trust/rely on them.I dont know but i feel insecure when i use them. If i really need one , then i take a few days to code basic functional software of … | |
Re: I remember one funny incident recently when i am coding at late night.. Typing google.h in the browser and wondering why the hell the page is not being displayed.:) But everytime i code , i will be very focussed until the things are going in favour of me. But when … | |
Re: [URL="http://pmcrunch.com/project_management_process/determining-project-requirements-beware-of-the-solution-trap/"]http://pmcrunch.com/project_management_process/determining-project-requirements-beware-of-the-solution-trap/[/URL] There are bunch of books and s\w lifecycle methods over the web.. | |
Re: [QUOTE]Hi, i am new to java and just want to know if java is heavily used in software. And if we use it to make large applications, will it run slow ??[/QUOTE] adding to JamesCherrill's comment , I also suggest you to learn java which makes you to think in … | |
Re: [QUOTE]please tell me that what "this" means here!![/QUOTE] this refers to your current class object.(i.e the object by using which you call the method) .Generally , when you want to refer to the object of your class , you can use "this" . Instead of creating a new object of … | |
I am working on j2se bluetooth program which acceps connection from clients or (bluetooth devices). I encountered an runtime exception in my application which says UnsatisfiedLinkError. I googled about it but thought posting here might get an detailed explanation & solution.. The error goes like this.. [CODE]Exception in thread "main" … | |
Re: hope you are running the client and server on the same machine. If so make the ip address as 127.0.0.1 and try again. | |
Re: [QUOTE]It happened after I enhansed the ram to 2 GB[/QUOTE] Make sure that ram card is placed in the slot properly. Try booting into safe mode . | |
Re: So what is the error you are getting .The title seems like compiler is throwing warnings. Post your error messages here.. | |
Re: [QUOTE]while (thread != null) { [/QUOTE] What is that ? It looks like infinite loop to me. why did you put the while loop there? Is that the entire code you have posted? what are the errors you are getting? Have you tried debugging your code from the error messages? | |
Re: Its not any magic . Its just a pre-defined macro. Read [URL="http://www.funonthenet.in/forums/index.php?topic=157818.0"]this[/URL] [URL="http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog"]The quick brown fox jumps over the lazy dog[/URL] is a english sentence which contains all english alphabets. Generally this sentence is used as testing in MS word. | |
Re: [QUOTE] wserver.sin_port = 0;[/QUOTE] Is server running on port 0? specify correct port number and try again.. | |
Re: The only way would be saving the co-ordinates before closing the window.. | |
Re: Are you getting any errors?.. If so post them .. | |
Re: [URL="http://support.mozilla.com/en-US/kb/Importing%20bookmarks%20from%20Google%20Chrome"]Here's how you do that[/URL] | |
Re: You have two solutions.. The first and simplest way would be set your jframe non-resizable. So user cannot resize window. [CODE]frame.setResizable(false);[/CODE] The second way would be make your jframe listen to window-resized events. Then get the size of the window by [CODE]Dimension d=frame.getSize(); int x=d.getWidth(); int y=d.getHeight(); textField.setSize(x,y); //Or setbounds … | |
I just saw the forum title and remembered one of the Microsoft Calculator tweak. I think all of you know this silly Microsoft tweak ( i can say negligence). Open windows calculator. (Whatever may be windows version..works for all) Now. find squareroot(3)-3 Guess what............ The answer is not 0. It's … | |
Re: Is there any password set for guest account.? Log off all users and log in as guest . Still not able to login as guest? |
The End.