| Thread | Last Post | Replies |
|
| Java or Non-Java code for CD burner | 14 Jul 2006 15:21 GMT | 1 |
HI frnds I need a java code or Non-java code for my CD/DVD burner application. i have to make it in java so if somebody knows java code or Non-java code so i can use it through JNI.
|
| Date problem | 14 Jul 2006 15:19 GMT | 11 |
I have a date in format DD-MON-YYYY which is stored in a string I have to retrieve the day,month and year in characters as well as numbers from the same.please help me with the same Thanks
|
| Enclosing class instance availability during inner class initialization | 14 Jul 2006 14:13 GMT | 5 |
I've found couple of threads [1] discussing the exact same problem, but I've wondered if there are some normative references governing the change in the behavior I'm seeing between classes compiled with -target 1.4 and prior versions?
|
| java cannot call bat file | 14 Jul 2006 14:08 GMT | 5 |
i have a problem . i am trying to call a bat file from java. When i test using a exe file. I can call the exe file, but when its a .bat. it just doesnt seem to work. here is the code:- File[] fdrives = File.listRoots();
|
| command line arguments | 14 Jul 2006 13:44 GMT | 2 |
hello all.. im new to java, starting year one next year in university and going through some questions that have been used in the past for newbies.. i need help on a command line question. basically i have written a
|
| Struts problem : html:errors doesn't display anything | 14 Jul 2006 12:35 GMT | 1 |
I am experiencing a strange error : I have a validation in my an ActionForm. This validation returns an error. I am sure that the request has the error as an attribute when displaying the JSP. But my
|
| Source files for javax.servlet | 14 Jul 2006 10:35 GMT | 5 |
Where does one access the source files for javax.servlet? Thanks
|
| determing the generic type | 14 Jul 2006 10:04 GMT | 2 |
First of all let me say I am aware of type erasure. Let's say I have something like: ArrayList<Integer> foo=new ArrayList<Integer>(); is there any way at run time to determine the type parameter is
|
| Initialize constants | 14 Jul 2006 09:51 GMT | 4 |
I have a Constants class and a Variable class. I need to initialize a constant in the Constants class: public static final String FILE_NAME; The Variable class has a public String method that returns the full
|
| JNLP on IE | 14 Jul 2006 09:49 GMT | 14 |
I am new to using Java Web Start and writting .jnlp files and am running into some problem. I have written this .jnlp file to deploy my application: ---------------------------
|
| Tomcat 5.5: compatibility with Sun WSDP 2.0 | 14 Jul 2006 08:58 GMT | 2 |
I'm running Tomcat 5.5.7 on Debian Linux. Does the Sun Java WSDP 2.0 work OK with this? The Sun web site only mentions Tomcat 5.0 as being supported. Bruce
|
| ant from command line returns java help syntax? | 14 Jul 2006 08:48 GMT | 1 |
I'm an ant/java newbie trying to set up a java based web service for a third party app (BusinessObjects). Tracing through the .bat files and installation guide, looks like ant is the problem. When I type ant -version
|
| Hello | 14 Jul 2006 07:50 GMT | 1 |
Finally a Good News for Software Engineers to find quick jobs: - Extend your network extensively to reach IT Managers, Hiring Managers and Well Placed Recruiters. - Find a Job at the Speed of Light!
|
| VCD/DVD burner code | 14 Jul 2006 05:57 GMT | 2 |
Hi friends!!!!!!!! I need Your help, currentlly i m working on java project where i have to create a VCD/DVD burner(windows based) so if sombody knows about this plz help me.
|
| Applet and HttpOnly cookies in IE 6.0 SP1 | 14 Jul 2006 05:57 GMT | 3 |
I am working on a trusted file upload applet. This applet creates a HttpURLConnection object and simulates a browser POST request. It uploads form variables and also sends one or more files to the server. Microsoft has introduced support for a new kind of cookie in Internet
|