| Thread | Last Post | Replies |
|
| Reflection: Get a Class-Iinstance of a Wrapper Class - why .TYPE? | 26 May 2005 04:46 GMT | 2 |
Good morning, can anyone explaine me the reason why every Wrapper-Class (like Integer) has this special constant .TYPE? These Wrapper-Classes provide the normal getClass()-Method as well and I therefore don't understand
|
| Web start problem | 26 May 2005 03:47 GMT | 12 |
I get the following problem when I try and run my web start applications. Webstart launches and then I get: The following required field is missing from the launch file: <jnlp> - I've updated the mimi-types in Tomcat 5
|
| ActiveX components in Java | 26 May 2005 02:42 GMT | 1 |
Does anyone know how to us an ActiveX Component in a swing JFrame App.(Specifically the MS DateTimePicker in "mscomct2.ocx")?????
|
| jzlib | 26 May 2005 02:17 GMT | 1 |
I downloaded the jzlib. I also compiled all the java source code in the com directory. how can I use these classes to deflate and inflate files? Thanks in advance,
|
| java send html mail problem | 26 May 2005 00:18 GMT | 4 |
I have a web app. that runs on weblogic 8.1 sp4 on windows XP. Normally, it sends e-mails (text and html) with no trouble. However, I need to put a hyperlink in a mail message using below code snipped; Session session = (Session) ic.lookup("mySession");
|
| model train system | 25 May 2005 23:58 GMT | 1 |
how to model a train system to include track and, to begin with two trains. at present i have implemented using a vector two train objects fit into vector at different positions and each has a move method which changes postion +1 and replaces old position with a "empty block". ...
|
| them 5.0 language additions | 25 May 2005 22:36 GMT | 7 |
Peeked at http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collections.html, 5.0 javadoc for collections and it has stuff like: binarySearch(List<? extends Comparable<? super T>> list, T key)
|
| On a single java file - how to connect to multiple access DB and combine their results | 25 May 2005 22:14 GMT | 1 |
I have a question on JAVA. I am wondering how how to connect to multiple access databases and combine their result on a single java program or file,,, I will be glad if someone would help me on this,,, greatly appreciate
|
| Programmatically reading jars from with jars | 25 May 2005 21:40 GMT | 1 |
Hi, folks! This web page shows how to programmatically read files from within a jar file: http://java.sun.com/developer/JDCTechTips/2003/tt0122.html
|
| ArrayOutOfBoundException when printing out a two dimension array | 25 May 2005 20:06 GMT | 2 |
hi, i have the following 2d array: Object[][] data = { {new Boolean(false), "Mary", new Date(), "Snowboarding", new
|
| EJB question!! | 25 May 2005 17:17 GMT | 1 |
I'm not sure if EJB questions are allowed here.Anyways here is my question.Could somebody explain the practical impact of transaction settings in EJBs i.e required,mandatory etc. Thanks
|
| creating a new instance | 25 May 2005 16:54 GMT | 4 |
Hello!! Here I create a new instance t of class Test and pass the referenc to method goo. When this method foo eventually finish will this instace t go out of scope
|
| JVM sources | 25 May 2005 16:01 GMT | 6 |
Where can I find C sources for JVM 1.4 for Windows ? Thanks Xavier
|
| fitting JTextArea to JFrame size | 25 May 2005 15:47 GMT | 2 |
I'm writing a simple app, i want the JTextArea size to change when the frame size changes, i used ComponentListener and the componentResized for the frame, the problem is i don't know which methods will change the size of the JTextArea i tried resize(e.getComponent().getSize());
|
| Automatic logoff | 25 May 2005 14:30 GMT | 3 |
Is there a way to track a user when he leaves the web page, but does not close the browser. And when he does that, to automatically log off him? I am trying to do this in JSP or servlet. Any clues?
|