283 Posted Topics

Member Avatar for gigglygeckoq
Member Avatar for harinath_2007

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 …

Member Avatar for JorgeM
0
172
Member Avatar for IIM
Member Avatar for Joey_Brown
Member Avatar for JorgeM
0
363
Member Avatar for hprem991

> 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 ( …

Member Avatar for harinath_2007
0
103
Member Avatar for bhallarahul

> 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

Member Avatar for harinath_2007
0
62
Member Avatar for harinath_2007
Member Avatar for Oxiegen
0
68
Member Avatar for meghasinghal29

Did you tried forward technique.. RequestDispatcher rd = request.getRequestDispatch("url?newparam=newvalue"); rd.forward(request, response);

Member Avatar for Philippe.Lahaie
0
119
Member Avatar for harinath_2007

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.

Member Avatar for JamesCherrill
0
84
Member Avatar for justindill
Member Avatar for ashu2288

See [FILE](http://docs.oracle.com/javase/1.4.2/docs/api/java/io/File.html#method_summary) class

Member Avatar for Patil Raj
0
155
Member Avatar for tborchardt

[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 …

Member Avatar for loisnees2012
0
232
Member Avatar for Mr.BunyRabit

[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 …

Member Avatar for gourav1
0
283
Member Avatar for whitech

[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 …

Member Avatar for harinath_2007
0
116
Member Avatar for harinath_2007

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 …

Member Avatar for caperjack
0
69
Member Avatar for jemz

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]

Member Avatar for harinath_2007
0
306
Member Avatar for sahmeme

[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 …

Member Avatar for harinath_2007
0
302
Member Avatar for Susmita_Sikder

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 …

Member Avatar for harinath_2007
0
239
Member Avatar for pratapdafedar

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]

Member Avatar for harinath_2007
-1
169
Member Avatar for Sam367

[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 …

Member Avatar for Sam367
0
126
Member Avatar for dark_sider_1

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.... …

Member Avatar for dark_sider_1
0
217
Member Avatar for gadgetic

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]

Member Avatar for harinath_2007
0
210
Member Avatar for harinath_2007

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) …

Member Avatar for DavidKroukamp
0
784
Member Avatar for harinath_2007

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 …

Member Avatar for harinath_2007
0
253
Member Avatar for sathya88

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]

Member Avatar for harinath_2007
0
60
Member Avatar for harinath_2007

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. …

Member Avatar for harinath_2007
0
129
Member Avatar for harinath_2007

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?

Member Avatar for harinath_2007
0
136
Member Avatar for imsinu

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 …

Member Avatar for JamesCherrill
0
4K
Member Avatar for sagy26.1991

[QUOTE]i am getting error "cannot find symbol"[/QUOTE] what symbol? Post the entire error message that you are getting..

Member Avatar for sagy26.1991
0
1K
Member Avatar for Chaitanya Dhote

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]

Member Avatar for harinath_2007
0
209
Member Avatar for sirlink99

@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 …

Member Avatar for harinath_2007
0
177
Member Avatar for MKGMVP

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 …

Member Avatar for harinath_2007
0
254
Member Avatar for n3red

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 …

Member Avatar for hericles
0
109
Member Avatar for bettybarnes

[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..

Member Avatar for harinath_2007
0
190
Member Avatar for Karlwakim

[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 …

Member Avatar for Karlwakim
0
379
Member Avatar for gourav1

[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 …

Member Avatar for NormR1
0
139
Member Avatar for harinath_2007

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" …

Member Avatar for stultuske
0
324
Member Avatar for efronefron

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.

Member Avatar for ~s.o.s~
0
1K
Member Avatar for Rangaiah

[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 .

Member Avatar for hotmatrixx
0
134
Member Avatar for hannah shrn j

So what is the error you are getting .The title seems like compiler is throwing warnings. Post your error messages here..

Member Avatar for JamesCherrill
0
272
Member Avatar for ricedragon

[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?

Member Avatar for harinath_2007
0
235
Member Avatar for ahihihi...

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.

Member Avatar for Tim Elsky
0
174
Member Avatar for SpyrosMet

[QUOTE] wserver.sin_port = 0;[/QUOTE] Is server running on port 0? specify correct port number and try again..

Member Avatar for SpyrosMet
0
379
Member Avatar for hhheng
Member Avatar for harinath_2007
0
255
Member Avatar for pro_learner
Member Avatar for jhamill
Member Avatar for khaley

[URL="http://support.mozilla.com/en-US/kb/Importing%20bookmarks%20from%20Google%20Chrome"]Here's how you do that[/URL]

Member Avatar for khaley
0
266
Member Avatar for eagles39

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 …

Member Avatar for harinath_2007
0
170
Member Avatar for harinath_2007

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 …

Member Avatar for Reverend Jim
0
229
Member Avatar for markdean.expres

Is there any password set for guest account.? Log off all users and log in as guest . Still not able to login as guest?

Member Avatar for jingda
0
138

The End.