| Thread | Last Post | Replies |
|
| javamail error while authenticating to SMTP server | 26 Aug 2007 10:47 GMT | 2 |
i wrote a simple program as follows. i am trying to send mail through SMTP server. i have set the following property to true props.put("mail.smtp.auth", "true");
|
| hacking | 25 Aug 2007 19:04 GMT | 3 |
how i become a good hacker. whitch program i use?
|
| Forms inside portlets | 25 Aug 2007 18:19 GMT | 1 |
helo all, i desperatly need a help in portlets..... i wan t to make a portlet that contains a form.... i want to direct all the form parameters to a servlet, and then the servlet would redirect me to another jsp inside the portlet.....
|
| Tree Traversal | 25 Aug 2007 15:39 GMT | 1 |
I wrote the following in-order tree traversal without using recursion, just to see if I could. It appears to work. If anyone would like to check it to see if they can find any errors, I'd appreciate it. No it's not homework, just a self-exercise in programming. ^_^
|
| jdk 6 installation error | 25 Aug 2007 13:40 GMT | 6 |
I tried installing jdk6, update 2 rpm from SUN on a Redhat Linux 3 WS .I used the rpm.bin file for installation. I changed the file permissions as per the installation instructions, and the tried to install.It says '%post(jdk-1.6.0_02-fcs) scriptlet failed, exit status
|
| GCJ information required | 25 Aug 2007 09:52 GMT | 7 |
Where to download the binaries of recent GCJ for java.Is it bundled with GCC?If so I could find only the source of recent GCC, all the links lead to the same pages.I need to develop a GUI program using GCJ and Java.
|
| How to maximize or revert a java jframe after I has minimized it? | 25 Aug 2007 03:04 GMT | 8 |
In windwos, after I click the minimize button on the jframe, it will disappear and go into the task bar. how can I make it automaticly revert or maximize to show up after 5 seconds.
|
| WebServices on jdk 1.2 | 25 Aug 2007 00:20 GMT | 3 |
On 7 oct 2003, 06:01, th142...@hotmail.com (Tom) wrote:
> Hi folks, > I am looking for a way to call aWebServiceas a client running on > jdk1.2.2 (a migration to a higher java version is not possible). As |
| How to create virtual webservices? | 24 Aug 2007 22:39 GMT | 4 |
I want to create a servlet or something similar by which im able to create virtual webservices. Lets say i would like to create a webservice with a method called 'getDate' which returnes the current date.
|
| Access Denied.. | 24 Aug 2007 19:26 GMT | 4 |
I get an access denied on this one website that many people use (but on one only on one computer - dozens of others work fine). I have made sure they all have same IE and java, and I get error in Firefox also. Any hit appreciated on where to look for a rights problem on
|
| Hindi font support in mysql | 24 Aug 2007 19:22 GMT | 9 |
I want to store description in Hindi language in MySql database column. Thanks...
|
| low level coding in java | 24 Aug 2007 18:14 GMT | 6 |
Regarding coding for low level stuff, is Java good enough? thanks. with the C and C++ already there, is java missing something in there ? i read the serial comm api for java called javacomm which as posted has bleak support for low level serial communication. I am just investigating
|
| dispatching to same function name based on argument type | 24 Aug 2007 17:49 GMT | 2 |
In this video - http://video.google.com/videoplay?docid=448441135356213813&q=common+lisp&total=1 4&start=0&num=10&so=0&type=search&plindex=0 Peter Seibel says that Lisp generic functions give Lisp an edge in "double dispatch" or even higher degrees of dispatch. I.e., when you
|
| hashcode calculation for a Collection of objects | 24 Aug 2007 17:36 GMT | 22 |
If 2 Collections contain 2 List of objects, and the type of this object has hashCode() override (hashcode calculation using all fields in this object), can these 2 different List instances compare by using list1.hashCode() == list2.hashCode(); without iterate through each
|
| Question about HSQLDB database synchronization | 24 Aug 2007 16:41 GMT | 4 |
I want to write a java server application. 10G maybe a very large size for my data, hence I wanted to using HSQLDB as my database. But my application should be a double hot standby system. Two same servers should be running on the separate machine at the same
|