| Thread | Last Post | Replies |
|
| Platforms for Java robotics. | 04 Nov 2007 13:23 GMT | 4 |
We create small robot, using J2ME-enable cell phone as robot's brain. (If you want, you can see some details on http://www.RoboHobby.com Robot can see, using cell phone camera and it can be driven via
|
| XSLT transform | 04 Nov 2007 05:57 GMT | 3 |
I have problems to install the new SDK with build 1.5.0 (it worked in 1.4.0) I have an import of a file, and now it doesnt seem to recongnize none of the global variables (out side the template).
|
| state county drop down | 04 Nov 2007 02:46 GMT | 12 |
I am looking for a US state then has another drop down for list of counties per state. Anyone know of one? george
|
| How to determine subclasses of a class | 03 Nov 2007 19:42 GMT | 7 |
I have a situation where all classes that implement a certain interface are candidates to have a specific annotation. Now I want to obtain all classes that implement that interface and select those that have the anotation of interest. Question is how this can be done.
|
| thread leak | 03 Nov 2007 19:34 GMT | 3 |
Sir/madam What is thread leak? How can I trace where the application has thread leak? Do you know how to enable connectionLeak in JVM level for JDBC connection?
|
| ArrayStoreException when a thick java client invokes Webservice | 03 Nov 2007 18:20 GMT | 3 |
I am invoking the webservices hosted by AR system mid-tier. It is developed using Axis according to BMC. WSDL2Java tool is used to genereate Java Stubs, holders and holder types.
|
| IllegalBlockSizeException when .jar compiled into .NET dll | 03 Nov 2007 18:02 GMT | 3 |
I have the following piece of code as part of my .jar file which is then compiled into a .NET dll using IKVM. The code runs fine when run as a jar but on using the .NET dll I receive an IllegalBlockSizeException. Apparently the conversion into the dll is
|
| How to use sendmail in Java? | 03 Nov 2007 17:14 GMT | 13 |
I have the following Perl code that works for sending email from a Linux machine: open(SENDMAIL, "|/usr/sbin/sendmail -t") or die "Unable to open sendmail";
|
| Count bytes sent/received | 03 Nov 2007 17:07 GMT | 2 |
I wonder what is the "official" way of counting (getting the count of) bytes sent/received by java.io.OutputStream / java.io.InputStream. So far I've found these 2 things 1. javax.swing.ProgressMonitorInputStream (no mention about monitoring
|
| Distributing a Java app as a TrialWare | 03 Nov 2007 16:45 GMT | 11 |
I have developed some application software in Java language that I plan to distribute to end users as a trialware. How can I make the Java app work for a limited time. Say for a month A note to Andrew: This is the feature I tried to implement with
|
| decompiling class files | 03 Nov 2007 15:14 GMT | 32 |
In switch machines I lost a critical set or source code but I still have the .class files is there anyway decompile them and/or make my life a little easier instead of a ground up rewrite (will take maybe 4 hours)
|
| Download Graphing Utility (Complimentry Copy) | 03 Nov 2007 12:21 GMT | 17 |
GraphEasyRect was previously available as an applet. Now we have converted it to a desktop standalone application that runs on multiple platforms Windows, Mac, and Linux
|
| How to know if the connection is available? | 03 Nov 2007 11:17 GMT | 1 |
I am now using Tomcat 6 developing web application, I have a problem that user can download PDF files from the web and the file was created by programme, and it may cost a lot time. So, I want to know that how can I know that the connection from client
|
| Static vs non static methods - best practice | 03 Nov 2007 10:51 GMT | 3 |
I have a question with regards to program design. If I have a class that looks something like: public class SampleApp extends Engine implements Listener_OnMyEvent {
|
| GUI and switch problem | 03 Nov 2007 10:42 GMT | 3 |
In class1 I have a switch statement that switches on int choice and defaults to choice = 1 when the program is run. In class2, I have setup a GUI which includes 2 radio buttons. When someone clicks the 2nd radio button I want the variable that gets switched in class1 to
|