| Thread | Last Post | Replies |
|
| javax.servlet package download | 01 Dec 2005 22:13 GMT | 3 |
I've been looking for the javax.serlvet and javax.jsp packages on the sun site, but I can't seem to find them. Isn't there a place to download them without having to get the whole sun application server? zero
|
| Network file transfer | 01 Dec 2005 21:44 GMT | 15 |
i am relatively new to java, but i have a large amount of experience in C++ so the transition hasn't been too bad. I am currently trying to build an application bit by bit so i am learning as much as i can.
|
| Old books on Java, still good? | 01 Dec 2005 20:36 GMT | 14 |
I have a couple of old books from 2000 and 2001 regarding java development, jdbc and jsp. Starting from scratch, can I still use them to learn Java, (while I use Java 5 on my pc) without experiencing significant obstacles? Did everything changed in 5 years, and those
|
| License Manager in Java | 01 Dec 2005 19:43 GMT | 4 |
This is a repeated question, since previously I could not get much help. I need a License Manager which will open a UI and automatically fill in a field in the UI, with the serial number of CPU. Along with email address and other details of the customer, the UI will send an email ...
|
| Updating Java | 01 Dec 2005 18:42 GMT | 2 |
I am currently using J2SE 1.5.0 original version and would like to update to J2SE 1.5.0 Update 6. I thought the correct way to do that was to launch the Java Control Panel, go to the Update tab, and then click the Update button; at that point, I expected to see a download start ...
|
| Using Spring to instantiate a DBCP DataSource with Kerberos | 01 Dec 2005 18:23 GMT | 1 |
I am using the Spring framework with Hibernate. I am currently instantiating and populating a DBCP BasicDataSource (org.apache.commons.dbcp.BasicDataSource) with credentials using Spring. The BasicDataSource uses Sybase's JDBC drivers to connect to a
|
| checking casts | 01 Dec 2005 18:20 GMT | 4 |
When trying to compile something I was working on today, I got this error based on a performing a cast: PuzzleSolver.java:311: warning: [unchecked] unchecked cast found : java.lang.Object
|
| Passing Javascript array to Java | 01 Dec 2005 15:59 GMT | 1 |
I am trying to pass a bunch of checked checkboxes (Javascript array) from page1 to the Java action class on subsequent web page (page2). (on page 1 I have a bunch of DB rows with a checkbox, need to iterate through pages page2 - e.g. allow user to update the fields
|
| Conflicting JVMs | 01 Dec 2005 15:14 GMT | 2 |
friends has anyone encountered this error "The procedure entry point _JVM_GetAllThreads@8 could not be located in the dynamic link library jvm.dll". If so what is the solution to this.
|
| upcast: I have lost my example | 01 Dec 2005 14:18 GMT | 17 |
When someone asked me "When is an explicit upcast needed?", I responded with the expression Math.random() > 0.5 ?( Object )System.in : System.out Bue in Java 1.5 this upcast is not required anymore. So, the
|
| best /proper way to | 01 Dec 2005 14:06 GMT | 9 |
I'm a newbie and was wondering if you could help. I'd like to know the best /proper way to do the following, I think I could hack it to do something like what I want it to do, but I'd rather know the best /proper way to do it.
|
| Memory leak in Microsoft Java VM | 01 Dec 2005 13:29 GMT | 3 |
The applet and source code at www.segal.org/java/leak2/ illustrate a memory leak in the Microsoft Java Virtual Machine. The same applet shows no memory leak using the Sun JVM. Although the Microsoft VM has been discontinued, it would be helpful to know
|
| concurrency constructing objects | 01 Dec 2005 11:42 GMT | 5 |
I got two diffrent version of java file: public class TreadInConstructor implements Runnable { private static int cnt = 0; public TreadInConstructor() {
|
| JDK 1.5.0_06 is now available | 01 Dec 2005 10:31 GMT | 6 |
http://mindprod.com/jgloss/jdk.html to download Sun's JDK 1.5.0_06.
 Signature Canadian Mind Products, Roedy Green.
|
| Problems invoking a getter method using reflection? | 01 Dec 2005 09:35 GMT | 3 |
I am trying to write a bean copy tool but am finding it hard to get the results form a getter method? I have already written a successful version of this tool that transfers columns from a sql result set to a bean so am not daunted by reflection but
|