| Thread | Last Post | Replies |
|
| Tomcat, jar files, and more | 01 Jun 2004 00:02 GMT | 1 |
I am new to Tomcat and am trying to update some of the files. I need to re-create the catalina.jar file, but am not quite sure how. I have never messed with a jar this large or one without a defined entry point. Do I have to specify one or can I just rejar the
|
| J2EE container managed security | 31 May 2004 23:53 GMT | 2 |
I'm experimenting with container managed security and have a couple of questions for those of you who use it or have decided not to use it. 1) Why do you use it or not use it? Do you find it versatile? Restrictive? 2) Why do I still have access to protected url-patterns after a
|
| adding a condition to the enhanced for loop | 31 May 2004 23:48 GMT | 2 |
I was wondering if it's possible to add a condition to the enhanced for loop. This is an example of an enhanced for loop: LinkedList<MyClass> children = new LinkedList<MyClass>(); boolean found = false;
|
| OT: Speaking in Tongues | 31 May 2004 23:46 GMT | 5 |
For Pentecost, I've written a Java applet that displays the Jesus Prayer, Lord Jesus Christ, son of God, have mercy on me, a sinner. in various languages:
|
| Running a Java app from command line | 31 May 2004 23:20 GMT | 10 |
I'm developing a Java app using the Eclipse IDE. My app uses some external JARs to work. The app runs fine from the IDE, I suppose Eclipse takes care of all the dependencies. But, when I try to run it from the command line, it cannot find the JARs. Is there a way to run a Java ...
|
| read write locks for xml nodes in java | 31 May 2004 22:17 GMT | 1 |
are ther some java tools that implement read write locks on xml node in java?
|
| Size of primitive types? | 31 May 2004 21:33 GMT | 24 |
Hi. Does the Java spec mandate set sizes for primitive types (e.g., int, float, char, etc.)? I know the ANSI C++ standard does not do this, which makes these sizes compiler dependent. So I guess I'm trying to figure out if in Java these sizes are compiler or JVM
|
| jsp for IIS | 31 May 2004 21:15 GMT | 3 |
I want to start learning about jsp, but I have no access to a server (got laid off). I just discovered my laptop has ability to install IIS (win xp pro). How can I
|
| drawString with special Unicode characters to Graphics object | 31 May 2004 20:33 GMT | 3 |
Please excuse this question from an internationalization newbie. I have a database containing Unicode strings for Norwegian and German place names with special characters, e.g. the letter "ö" (UTF-8: C3 B6; an "o" with two dots above it)
|
| Can I using reflection to get all child classes or classes under a package dynamically? | 31 May 2004 18:34 GMT | 1 |
From the API document seen there is no method to do that, is that any trick can do that?
 Signature ''~``
|
| Email libraries | 31 May 2004 18:04 GMT | 2 |
Dear List: I have a new micro-project, essentially this needs to connect to a POP3 server, extract an attachment, decompress the attachment, sanity check the result (HTML), then FTP this to another internet site.
|
| getting jar file's place | 31 May 2004 17:50 GMT | 3 |
I know this is a recurring theme on java groups, but I do ask it again: I'd like to get the directory where my .jar file resides. I do know that it is not always possible, but my users will use the "W"
|
| jar manifest file problem | 31 May 2004 17:49 GMT | 1 |
this is my manifest file . But when I run java -jar Teohlinegraph. I keep on geeting main class cannot be found. I am sure that the class file is in the root . Can you point out my error ? thank for reviewing fest-Version: 1.0
|
| Debugging the Sun Plug-in for IE and passing startup parameters | 31 May 2004 17:13 GMT | 1 |
Is it possible to debug the Sun Plug-In JVM using development tools such as Eclipse i.e. to start the JVM with the debug parameters and then attach to it? This leads to the second parameter, in IE how do you pass a start-up
|
| browser/applet hanging on close-down - how to debug | 31 May 2004 16:58 GMT | 8 |
Guys, We have an applet "application" which runs within IE5.5. This application can spawn another browser window which itself has an embedded applet.
|