| Thread | Last Post | Replies |
|
| how to connect internet | 14 Aug 2005 15:09 GMT | 2 |
Hi Reader Below java program work on Proxy server before. Now, Our compary change using "Automatic configuration script" to connect internet. Now, I want to know how to change the java program ?
|
| generate a random lowercase letter | 14 Aug 2005 09:24 GMT | 21 |
How can i generate a random lowercase letter? And also how can I convert a String to int?
|
| The method is undefined for the type - ERROR !!! | 14 Aug 2005 09:21 GMT | 3 |
When I execute this code on localhost in jsp page everything works good. Sever is Tomcat 5.5.9, class Film exists and it consists of static method named isLookedByUser() that takes 2 parameters User and String. Everything works perfect localy but...
|
| Regex syntax | 14 Aug 2005 09:08 GMT | 5 |
I have managed to form the regex for the following two: CTL = <any US-ASCII control character (octets 0 - 31) and DEL (127)> String CTL_REGEX = "([[\\x00-\\x1F]\\x7F])"; LWS = [CRLF] 1*( SP | HT )
|
| SMS by mobile phone | 14 Aug 2005 09:03 GMT | 2 |
Could anyone tell me how to send sms by Java source code if I attached a GSM phone on my PC computer COM port? Do I just need to send out tone pulses by ATDT command like using modem? Thanks!
|
| How to get address of a Java object? | 14 Aug 2005 08:47 GMT | 10 |
Is there a way to get address of a Java object? I believe hashCode function in Object class do gives the object reference, but this is specific to JVM implementation. thanks,
|
| Struts and form action | 13 Aug 2005 21:31 GMT | 1 |
I'm beginner in Strus. I've got question about "form" tag in Struts. For example i've got page "Action_1.jsp" wich is called with "Action_1.do": <html:form action="Action_2.do">
|
| Re: A good IDE for a beginner ... | 13 Aug 2005 18:50 GMT | 16 |
I can recommend TJI (www.kinabaloo.com). It's small (1.3 Mbytes, so fast to download), but with many features including Swing GUI builders, a web server for servlets and JSP, and a JDBC enabled database. Yet it's so easy to use that you probably won't need to look at the guide !
|
| Maximum Character Value and Collation | 13 Aug 2005 18:07 GMT | 1 |
I'm writing a tree structure to store strings and would like a maximum character value to serve as a boundry. Is there a universal maximum character value that will survive in collation algrotihms? Is that value Character.MAX_VALUE?
|
| J2ME doesn't allow one access to the phone features that one can get with .NET! | 13 Aug 2005 14:54 GMT | 2 |
From Joel Spolsky's book "Joel on Software" he says on page 340 (probably also on his web site) that J2ME doesn't allow one access to the phone features that one can get with .NET! Has this been improved?
|
| Siemens SMTK Programming: MIDlet initialization failed | 13 Aug 2005 14:35 GMT | 1 |
I've been playing around with the Siemens SMTK trying to get a program to run on an S65. I have followed the steps described in the SMTK Programmer's Reference to compile, preverify and run the "Hello World" example. However, the
|
| Reading Large Files | 13 Aug 2005 11:19 GMT | 18 |
I am trying to to read and write large files about 600M. The thing is when i use the normal FileOutputStream methods an exception gets thrown saying
|
| Java and Cellphones | 13 Aug 2005 09:33 GMT | 1 |
I am contemplating doing a cellphone entry for the Java glossary. If you have any thoughts about what should go in it, please pass it along. The sorts of questions I would like to answer:
|
| Getting Focus to an application | 13 Aug 2005 09:08 GMT | 1 |
I am in the process of writing a chatting application. I need this particular feature: When my application receives a messagee(an event occurs), the application should get focus of the cursor in a textfield i.e. whatever
|
| Auto-logon for Java application | 13 Aug 2005 05:00 GMT | 2 |
I'm using a third-party java application that requires me to log on. I would like to automate the logon so it would be able to submit the logon automatically at a specified time. I don't want it to automatically log on at reboot -- only at times I specify. Any ideas?
|