hi everybody,
i dont know, maybe i should write this message in a forum about Linux.
i have developed an application on Windows. and while i start to run following code it lists me a number of timezones including Etc/GMT-1, Etc/GMT-2, ..., Etc/GMT+1 in Windows, whereas it doesn't list...
i don't know how to implement.
i have a number of alert in my project. i need to overwrite alert for a reason. before exploring alert box, i need to do something. don't care about newDiv.
i have written a function named alert. alert statement in alert function should not call self, it should...
thanks tsuji,
2nd statement is only for testing that: overwriting works or not?.
i want to run code like bellow. i want to show alert dialog on screen at 3th statement, but 3th statment in code bellow cause recursive calling.
function alert(aaa) {
var newDiv =...
i want overwrite alert, do somethink and recall super alert.
not problem at overwriting, but a cann't recall super alert.
function alert(aaa) {
// do something
confirm(aaa); // just for test, but works.
//alert(aaa); //does not work, gives memory exception, it is understandable...
hi
i have a problem with html unicode character.
it runs correctly in html code, rise problem while it is between script tag and i need that the message should be between script tag.
second link, first statement and third statement in function shows alphabetic characters (not unicode), but...
hi,
i have began to use JavaService.
now i have a problem about to decribe property files in class path.
my classpath like this.
...jar;...jar;....properties;
while running as bat file the jars can find property files, so there is no problem.
i have defined same classpath while...
ok, i have found
http://javaservice.objectweb.org
and in following link describe howto use http://javaservice.objectweb.org/docs/v1docs/description.html
thanks
hi
i want to install my Java application as NT Service. i have tried to find free one from search engines.
i have used smaster, but it is old. i don't know it runs with java 1.4 and java 1.5. and also i cant find any link to download it.
have any ideas?
thanks..
hi
an other way for logging can be using log4j, an open source project.
i dont know direct download for project. but you can find download link from google, or http://jakarta.apache.org
hi
i have a server socket and more that 200 client socket,
i get exception above in client socket and my codes is bellow.
//open method
ServerSocket listener=new ServerSocket(port,Integer.MAX_VALUE);
....
//accept method in loop in thread
listener.setSoTimeout( 100000000L );
Socket...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.