| Thread | Last Post | Replies |
|
| Transforming xml using xslt into a string variable? | 10 Mar 2005 16:14 GMT | 1 |
So basically I run the Transformer using my xslt file on an xml file and I want to get the data that was returned to be put directly into a String variable. How would I do this? Thanks
|
| How to make threads share CPU (almost) equally? | 10 Mar 2005 14:14 GMT | 3 |
I am developing a multithreaded application. I have a main thread (default java main thread) which creates and starts n number of new "worker threads" whose priority is set to MAX_PRIORITY at the
|
| Java Source Code Metrics Tools | 10 Mar 2005 13:44 GMT | 2 |
I am looking for tools that will analyze Java source code: -> I am primarily looking for metrics tools, e.g., tools that will tell me things like - Total lines of code
|
| unzip method... | 10 Mar 2005 13:17 GMT | 1 |
If I'm using an unzip method like this ... how do I get it to unzip a file (about 6MB) uploaded to a location... there should only be one zip file in this temp folder, once it's been unziped then uploaded to the server everything in that folder will be deleted.
|
| 8RDA3+ SATA PROBLEM | 10 Mar 2005 12:47 GMT | 3 |
I have an Epox 8RDA3+ rev1.x motherboard. WindowsXP fails to detect my Western Digital SATA HDD. Have latest BIOS. Enabled SATA in BIOS.
|
| BufferedInputstream problem | 10 Mar 2005 12:33 GMT | 7 |
I have written an application that reads data from the serial-port with javax.comm. My problem is that it acts a bit strange. I can issue several commands to the controller card at the other end of the serial-kable. One command gives me the event-log. This eventlog
|
| Does JVM cache all static classes? | 10 Mar 2005 12:10 GMT | 1 |
We have a Java class running in our WebLogic app and it *seems* to get cached. All its members and methods are static. Will a JVM cache the class in this situation? Thanks
|
| Can I make .class files run like executable .jar files on a Windows platform? | 10 Mar 2005 10:43 GMT | 4 |
I have a friend who likes to send his Java creations to me by e-mail in .class form. One problem, though: When I go to the command prompt and type in java sampleProgram.class, it gives me a "NoClassDefFoundError". I don't want to have to recompile the source code with NetBeans. ...
|
| download package com.ms.lang (RegKey) | 10 Mar 2005 09:56 GMT | 4 |
I am pretty new to this group and also to the world of java. I want to download com.ms.lang for using RegKey method, i tried for the same but could not get the proper link. I request you to help me by providing the link or URL from were i can download the com.ms.*
|
| Max length of a String? | 10 Mar 2005 08:34 GMT | 9 |
Does anyone know what the maximum length of a Java String can be?
|
| Logger Handler Question | 10 Mar 2005 07:02 GMT | 3 |
Can anyone help a logging newbie with a question? I am just trying the logger classes in 1.4.1 for the first time and I don't see this answered in the Lgging overview or in the Logging API itself. I've added some logging logic to one of my programs and created a single
|
| Servlets and Search Engine-Friendly URLs | 10 Mar 2005 05:30 GMT | 1 |
I've website built with JSPs, and it's 99% dynamic content. So I have a lot of URLs with parameters, e.g. http://myserver.com/servlet/myServlet?parm1=value1&parm2=value2 etc., but search engines/spiders, such as Google would not index such
|
| HP vs. Compaq issue | 10 Mar 2005 04:13 GMT | 2 |
I have a jsp that is accessed by two different clients, one a Compaq and the other an HP. The following is a function in the jsp: <code> function openSaveWindow() {
|
| Accessing a private object | 10 Mar 2005 03:33 GMT | 4 |
There is a private object in a closed-source class that I need to get access to. Is there any tips or tricks to accomplish that?
|
| List available data sources in EJB | 10 Mar 2005 03:04 GMT | 1 |
Is there any way to get the list of all data sources available to a session bean? E.g. if the server (JBoss) configuration has files mssql-ds.xml and mysql-ds.xml with jndi-name tags "MSSQLDS" and "MySqlDS" respectively, I want to pack Strings "MSSQLDS" and "MySqlDS" into a ...
|