32,199 Topics

Member Avatar for
Member Avatar for symbollion

Hi..Friends ... when i use Firefox 1.5.0.3 ,i get always 'Unresponsive Script' pop-up... and i know we can 'solve' this issue with the setting of[/B] '[B]dom.max_script_run_time=20' config variable(Type about:config in address bar)... But my problem is --- I want to change [/B][B]'dom.max_script_run_time' through 'javascript' code ...means when i will run …

Member Avatar for 'Stein
0
149
Member Avatar for MrLew

I am working on an assignment to implement an interface, but can't seem to work. It is taking forever to get a response back from the instructor, so I am hoping someone here can help me out. The book shows some syntax on how to implment an interface, but I …

Member Avatar for shan06
0
130
Member Avatar for pench

hai freinds, this is pench. i am MCA graduate. plz help me if i post any queries in forum . 1.difference between TOMCAT server and WEBLOGIC server 2.What is the difference between SERVLETS and JSP 3. what is the difference between SERVLETS and CGI and i hope i will response …

Member Avatar for pench
0
128
Member Avatar for usama

I want some one understand me well I have a NetyBean 5.0 IDE Mobile Application tool But i can not read from file i have not FileReader or BufferedReader classes i want a help usama

0
89
Member Avatar for usama
Member Avatar for sumittz
0
94
Member Avatar for crock08

Can someone please, please assist me with a java problem I'm having for an assignment in my class. I'm completely lost in this class, have about 1 week left and just need help writing a basic program. Here it is... Any help would be greatly appreciated. create a Java application …

Member Avatar for server_crash
0
229
Member Avatar for ELHEK

Hey there guys I'm new to java OOP and im not very good at it at all. I have a uni assignment due in soon which i mostly completed but I'am stuck on this questions which ask us to make a guessword game. this is the problem Problem 3 – …

Member Avatar for DeepZ
0
218
Member Avatar for phovasia

Below is a piece of code given me for debugging. I have made a number of changes (noted in code) but still recieve a compile error. Any thoughts will be much appreciated. My changes- this was Debug d = new Debug(); this was public method2() [code] // this class should …

Member Avatar for phovasia
0
88
Member Avatar for achigani

Hey, Symantec Scan Engine is a content-scanning engine. I have installed it in a Windows 2003 machine as a service. You connect to it via command line using this command "ssecls -server [I]hostname:port filename". [/I]The hostname is the machine where it is installed and port is the default port that …

Member Avatar for iamthwee
0
185
Member Avatar for aiat
Member Avatar for ELHEK

Hey ppl im tring to run this code, it compiles but doesnt exucute properly, the loop Statement has an error. please any one help [code] public class lele { private String word; private char letterguessed; private int numberOfMistakes; private char wronglyGuessLetters; private char[] lettersAvalible = new char[26]; public lele(String word, …

Member Avatar for server_crash
0
92
Member Avatar for blurstudent

Ok folks, sorry to keep asking questions in this forum, but i am just tidying up the nitty gritty issues in my program and i encountered many problems. :cry: my issue here is i can allow user to key in seat number for this booking program. For example, if there …

Member Avatar for blurstudent
0
212
Member Avatar for mexicanwitewash
Member Avatar for pty
0
378
Member Avatar for blurstudent

Sorry to start a second thread. Now I have a big problem. :( [code] try { Runtime rt = Runtime.getRuntime(); Process p = rt.exec("C:/Program Files/Internet Explorer/iexplore.exe D:/Travel Agency/userguide/tutorial.htm"); } catch (Exception exe) { } } [/code] This works perfectly to bring up the tutorial.html using IE. But provided that my …

Member Avatar for blurstudent
0
241
Member Avatar for usama

Hi All i have mobile applications with NetBean 5.0 to install my project into the mobile i send file.jar to the mobile but i recieved a message [B]Unable to install invalid version [/B] i want a help

0
79
Member Avatar for blurstudent

Can JMenuItem point to a HTML file that opens in IE? I want the jMenuItem (E.g: Tutorial Help) to point to tutorial.html on my computer. Couldn't find any information about it at all on the net. Can any kind souls out there help me? Your help is greatly appreciated. Thank …

Member Avatar for blurstudent
0
157
Member Avatar for computerpros

Ok...I think this can be done in Java but I have no clue how. What I want is a small application for Windows XP that would make it so that if a user clicks shutdown (from the start menu or from the welcome page) it will as for the correct …

Member Avatar for computerpros
0
238
Member Avatar for usama

Hi All i want to select a software to do my mobile application with J2ME i knew that there are two types of J2ME the two are CLC and CLDC but i don't know the difference between the two. i want a help Osama Shehata

Member Avatar for jwenting
0
72
Member Avatar for Phaelax

This is a question from a mid-term I had awhile ago. I just want to hear what you guys think the answer is, because I just can't agree with the teacher on this. A(n) ____ is a listener interface that listens for any events that occur during the execution of …

Member Avatar for jwenting
0
186
Member Avatar for Sailor_Jerry
Member Avatar for iamthwee
0
251
Member Avatar for moonny

i'm trying on the tutorial at http://tools.osmosis.gr/blog/archives/2005/03/birt_rcp_viewer_1.html i have a openReportEditor method as shown below: private void openReportEditor() { serverUrlText.setText("[URL="http://127.0.0.1/"][COLOR=#0000ff]http://127.0.0.1[/COLOR][/URL]:8181/birt/"); String uri = serverUrlText.getText(); ReportEditorInput input = new ReportEditorInput(); input.setUri(uri); OpenNewBrowserAction action = new OpenNewBrowserAction(input); action.run();} when i have created a button and i would like to call the openReportEditor. …

Member Avatar for moonny
0
101
Member Avatar for vidya_m

can anyone suggest some websites which has code snippets for creating shopping carts using jsp, servlets and javabeans. I am seriously looking for a career in J2EE. pls help Thanks

Member Avatar for aniseed
2
378
Member Avatar for Phaelax

Title says it all. I've tried getting different system properties with no luck. Not sure if "java.compiler" is the right one or not, but it always returns null for me. The others I've tried are: "java.home" "java.library.path" "java.class.path" java.home gives me: c:\java\j2sdk1.4.2_05\jre But javac is in c:\java\j2sdk1.4.2_05\bin I don't want …

Member Avatar for jwenting
0
279
Member Avatar for HackWizz

Hi.. I have nearly learnt c++ ..and I want to learn java as i suppose softwares solutions are usually provided in java..:?: ...I know nothing about java.I saw the tutorials ..but the were not introductory..can someone help....??? Thanks in advance.

Member Avatar for Kiba Ookami
0
199
Member Avatar for itsukumar

hi can any one give me a code for chatserver in java which have bi-directional comminication.lik server listen more no.of clients n give reply and client mak request to server. ther should be a frame where a textarea and a textfield.all messages are printed on textarea and after hit of …

Member Avatar for jwenting
0
198
Member Avatar for Nazaria

hi... my name is nazaria segundo... and i have a question really hard for what i know... i have to solve the definite integral of 1 over (sin square of X) plus (4 cos square of X) if any one can solve it pls let me know!!!! thank youuuu

Member Avatar for iamthwee
0
148
Member Avatar for soso30

I am using netbeans to build this program,but it give this error java.sql.SQLException: No suitable driver at java.sql.DriverManager.getConnection(DriverManager.java:545) at java.sql.DriverManager.getConnection(DriverManager.java:193) at test.Main.<init>(Main.java:33) at test.Main.main(Main.java:72) how can fix it [code]/* * Main.java * * Created on 14 نوار, 2006, 07:39 م * * To change this template, choose Tools | Template …

Member Avatar for masijade
0
127
Member Avatar for vikkii_gv

Hi everyone i want the coding to display the idle time of the current page in jsp. help me to solve the problem bye vicky

Member Avatar for aniseed
0
40
Member Avatar for ronb722

Hi all, I am seeing the following error in my tomcat log file. Please see the attached file for the full error with stack trace. When I first bounce the server all is ok. After running for some time (I haven't yet been able to determine the exact amount of …

Member Avatar for ronb722
0
300
Member Avatar for java_programmer

hi frnds, i am a new member of this group. i am facing a problem while using eclipse. my eclipse version is 3.1. my question is how to configure eclipse so that it can detect the external jars while compiling some program? if u know , please suggest me . …

Member Avatar for jwenting
0
106

The End.