| Thread | Last Post | Replies |
|
| applet launcher gets stuck | 29 Mar 2008 11:06 GMT | 3 |
I'm deploying an applet using java3d with the applet launcher. Code : <html> <head>
|
| Passing a method(reference) to an other method and calling the method. | 29 Mar 2008 08:26 GMT | 11 |
I have a staight forward question. Is is posible to pass a method as a parameter and call the passed method from within the other method? Something like the apply function in Python where can specify which fuction with what parameters is
|
| Generation of multiple portTypes in a single WSDL | 29 Mar 2008 08:04 GMT | 1 |
We all know the development model of Glassfish. We can apply the annotation @WebService and a WSDL file gets generated among others when deployed as a Web Service. Technically a WSDL can have more than one portType.
|
| javax dot mail | 29 Mar 2008 07:09 GMT | 3 |
If I have an application that utilizes javax.mail then I imagine that I can do one of two things: Include the jar file for javax.mail in a zip file with my jar file and configure the classpath
|
| help | 29 Mar 2008 06:25 GMT | 4 |
i'm confused with the way java initializes object arrays: if i declare array objects as such; JTextField[] arr_field; arr_field[0] = new JTextField(10);
|
| Changing the default .project filename | 29 Mar 2008 05:05 GMT | 2 |
Is there a way to make Eclipse use a name other than ".project" for the project files? Long story short, I have a restriction that doesn't allow me to have an extension without a filename. Thanks!
|
| HotJava - precisely why won't it run? | 29 Mar 2008 05:05 GMT | 11 |
Yes, I know that HotJava was primarily a ``proof of concept'' and has long been abandoned. And no, I have no intent to actually use it as web browser. But after re-reading PvdL's ``Just Java'' and Gosling's ``The Java Language Environment'' white paper emphasizing ``future ...
|
| ServerSocket readLine() problem in a special situation | 29 Mar 2008 04:29 GMT | 7 |
I got a problem in a Java program which is used to integrated with CyDesk client. Situation: I want to develop a little Java program which run in desktop.
|
| Property/parameter to prevent windows from swapping out JVM memory on minimize? | 29 Mar 2008 04:18 GMT | 3 |
I remember reading a while back about a JVM parameter or system property that tells the JVM to tell windows not to swap out its process memory just because its been minimized for a while. I can't find this information, and was hoping someone here would know
|
| java code | 29 Mar 2008 04:16 GMT | 12 |
i want the code for this program : 54444 54333 54322
|
| cheap , shoes,sport shoes ( paypal accept ) ( www.top-saler.com ) | 29 Mar 2008 03:55 GMT | 2 |
cheap , shoes,sport shoes ( paypal accept ) ( www.top-saler.com ) cheap , shoes,sport shoes ( paypal accept ) ( www.top-saler.com )
|
| All the spams are comming from China | 29 Mar 2008 00:39 GMT | 14 |
All these products for sale. I found these spammers are all selling chinese products. I think in china there is no spamming rule???
|
| question about serialization | 29 Mar 2008 00:25 GMT | 6 |
I'm prepping for the SCJP, and am for the first time playing with serialization. I was wondering for what cases would serialization be used, as preferable to storing stuff in a database? I've never seen it used any place that I have worked. Is it commonly used? Or is it
|
| jxl / java heap space error | 29 Mar 2008 00:23 GMT | 1 |
I've got a spreadsheet I'm trying to read in using the jxl api. My spreadsheet is about 12 Mb (~200 columns x 6000 rows). My code can read the spreadsheet, and can print a list of the worksheets using the following:
|
| runtime | 29 Mar 2008 00:21 GMT | 1 |
hi..im using this piece of code in a class wich is thread type : //Se llama al ejecutable de formatter// Runtime rt = Runtime.getRuntime(); Process proc = rt.exec(_strFormatter + " "+ full_xml_file + " " +
|