headermask image

header image

category archive listing Category Archives: java

[axis-admin] - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.

When deploying the web services using the ant, you may receive the following error,
[axis-admin] - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
This is caused due to the missing jar files in the application lib folder. Note that this may be a warning message depending on your deployment.
To get rid of […]

JDBC connectorj for MySql Database

Java connects to MySql Database using JDBC driver named Connector/J. I found it a bit interesting in configuring and testing the driver. I previously hadn’t connected using Connector/J. In my personal view it’s much more easier to connect using php to MySql when you first try your hand. Let me get to the details.
I downloaded […]