| Thread | Last Post | Replies |
|
| Castor parsing | 21 Mar 2007 10:11 GMT | 3 |
Im looking for some assistance with how Castor marshalls/unmarshalls objects. Ive written an app that uses triple DES encryption/decryption which works fine when applied to JUnit test data but when I make use of
|
| How to get IP address using jpcap? | 21 Mar 2007 09:33 GMT | 2 |
I got the code from http://netresearch.ics.uci.edu/kfujii/jpcap/doc/index.html but how can I get IP address from packet? public void receivePacket(Packet packet) {
|
| commapi and TomCat 5.5 | 21 Mar 2007 08:48 GMT | 1 |
Is there any specific issues I should be aware of when using the commapi from a servlet under TomCat 5.5. That is, I'm using a vendor-provided jar-file, that depends on comm.jar.
|
| Screen Recording software to capture Java 2D? | 21 Mar 2007 03:04 GMT | 3 |
Does anyone have recommendations on screen recording software to capture Java2D-based software on the windows platform? The few I had on hand would not record the panel contents, and I don't want to corrupt, er.. install lots of programs to find one that will
|
| dynamic allocation of mixed type arrays | 21 Mar 2007 01:02 GMT | 2 |
I have a variable c defined like this: Object[][] c = {{"asdfa",new Long(0)},{"asdfa",new Long(0)}}; Is there a way to define it so the number of elements is defined in brackets?
|
| What is build.xml for in Eclipse? | 21 Mar 2007 00:48 GMT | 1 |
Could anybody help me understand the build.xml file inside Eclipse? I program my Java program using Eclipse. I never create or write a build.xml file. Does Eclipse automatically create it by default for each Eclipse project? For what purpose?
|
| How to read calendar info from Exchange using Java (any open source?) | 21 Mar 2007 00:16 GMT | 2 |
I just browsed the newsgroup for the above topice and didn't find a good solution. J-Integra seems to be a product capable of integrating with Exchange via a Java API, but involves extra licenses
|
| JBoss deployment problem | 20 Mar 2007 23:52 GMT | 1 |
I m tring to deploy a exploded archive on Jboss4. For the first time it deploys it fine. But whenever i change any piece of code and try to redeploy it,it gives me a blank error box.After closing the box,it gives the
|
| Prepared Statements | 20 Mar 2007 23:25 GMT | 4 |
I want to use prepared statements to execute SQL commands, I understand how they work and have this basic code so far: pstmtU = con.prepareStatement("INSERT INTO ?(?) Values(?)"); However as this will be used throughout different tables, there may be
|
| Dealing with Unicode | 20 Mar 2007 22:35 GMT | 2 |
I am writing an application where I need to receive text in a different character set than the normal ascii. I am supposed to receive string in hebrew and make some computation on that based on the unicode values of each character.
|
| Unicode fonts in Java | 20 Mar 2007 18:17 GMT | 3 |
(I confess to having posted this query last week. I got no responses. I don't believe this is off-topic, and I'm puzzled why I didn't get any responses. So I'm trying again, under a different subject line. I'll shut up if I don't hear anything.)
|
| Axis logging: howto setup? | 20 Mar 2007 18:15 GMT | 5 |
I'm developing a simple web service using Apache, Tomcat 5, Axis 1.4 Instead of using System.out.println I'm trying to setup logging for Axis. Unfortunately this is more complex than I expected. Basically, for starters, I want to have the logging output go to the console (or
|
| Configure MaxPermSize in Tomcat5.5 | 20 Mar 2007 16:23 GMT | 2 |
I want to configure MaxPermSize in Tomcat 5.5. I start the Tomcat as service, so as far as I know, I need to configure it via Tomcat properties window. So, I've added "-XX:MaxPermSize=128m" to java tab -> java options
|
| Focus on a frame | 20 Mar 2007 15:52 GMT | 1 |
how can I get a JFrame to be the focused window on top of all others? I've tried setAlwaysOnTop(true); requestFocusInWindow();
|
| BEA-149231 weblogic error | 20 Mar 2007 15:24 GMT | 1 |
I'm using the eclipse weblogic plugin(com.bea.weblogic.eclipse-1.1.1) to run the server. Getting BEA-149231 error in "start server" With few docs from the http://support.bea.com, it seems the
|