| Thread | Last Post | Replies |
|
| how to save System.err in a log file? | 15 Sep 2005 19:45 GMT | 2 |
We are using Java 1.4 on Solaris 8. How do I output my Java System.err o output to a log file using standard Unix trickery? I don't want to alter my Java code. I run the process like so
|
| JNI question. UnsatisfiedLinkError upon method invocation | 15 Sep 2005 19:43 GMT | 7 |
I am getting an UnsatisfiedLinkError not when I load the library but rather when I call a native method whose implementation is inside the dll. Some code:
|
| Change the context of deployed WARs | 15 Sep 2005 17:16 GMT | 2 |
as far as I know, using the Tomcat Manager I'm able to upload a WAR from my PC to the tomcat server and the manager automatically deploy the web-application with the context <WAR name>. So I can call the web-app with the URL
|
| Sax Parser problem : xml encoding of string?? | 15 Sep 2005 16:59 GMT | 5 |
I'm trying to parse an XML string with Java's SaxParser. The program fails at the end of an element or at the beginning of a new element. Is my XML string okay? <?xml version="1.0" encoding="utf-8"
|
| Sax parsing problems. Saxfactory loading different parsers | 15 Sep 2005 16:56 GMT | 3 |
Ok, my situation is this. I am using the JOX XML bean loading class to load my java objects from XML. All works well on my development environment. I am deploying a webservices through tomcat 4.1 in my dev env. When I deploy the code to the test environment (running a
|
| Look what I found, free grid java applet ! | 15 Sep 2005 16:51 GMT | 1 |
Look what I found, free grid java applet ! http://www.alfabdi.com http://www.alfabdi.com/alfabdi/html/superGrid.html Regards,
|
| form based authentication exception message | 15 Sep 2005 16:35 GMT | 1 |
Hi everibody, I'm developing a J2EE application on JBOSS/TOMCAT. My web.xml file contains <login-config> <auth-method>FORM</auth-method>
|
| About generating serialVersionUID using Eclipse 3.1 | 15 Sep 2005 15:46 GMT | 19 |
I am using Eclipse 3.1. I have created a class which extends Frame and do not implement the Serializable interface as in the declaration of class. But still the IDE is giving the warning:
|
| Java Server Controls and ASP.NEt Server Control | 15 Sep 2005 14:41 GMT | 2 |
I have a custom ASP.Net application. I would like to place custom Java code within ASP.Net. so i would like to follow the approach of creating Java Server Controls and then placing them in ASp.NEt.
|
| ring tones | 15 Sep 2005 14:37 GMT | 1 |
Does anyone know how to program ring tones for phones?
|
| how big can an array be before it becomes unmanageable? | 15 Sep 2005 12:20 GMT | 13 |
In theory, how big can an array be before it becomes unmanageable? I know this has some basis on the machine spec. However it is the proportions that I am unsure about. Since an array initialises all it is values to 0 if they are not specified at creation.
|
| Fast access multi-dimensional arrays? (int type) | 15 Sep 2005 09:37 GMT | 10 |
I have a question of: is there any way we can create a multi-dimensional arrays data structure, each grid item is a "int", with fast access for operations like "increase value in one grid", or get that value?
|
| question about DES API | 15 Sep 2005 09:25 GMT | 8 |
The following is the code I wrote to do DES encryption. public byte[] run ()throws Exception { // TODO Auto-generated method stub
|
| looking for pattern | 15 Sep 2005 09:12 GMT | 4 |
I'm looking for a pattern that is good practice that allows called classes to make calls back to a main application class. Here's an example ... My MainAppClass calls JPanelClassA which implements a custom Listener
|
| Virtual Memory | 15 Sep 2005 08:07 GMT | 4 |
I am running a program that uses the BigInteger class and the modPow method on a 100,000+ binary bits integer. The problem is that instead of allocating memory and staying there, the operation seems to be using virtual memory instread. My program is as slow as I/O, which really ...
|