| Thread | Last Post | Replies |
|
| Calling an applescript with parameters | 25 Apr 2005 17:22 GMT | 3 |
Hi I am experimenting with calling apple scripts from Java. I am using the com.apple.cocoa classes. I have this small Java program: public class Test {
|
| Make and execute .jar-file | 25 Apr 2005 16:48 GMT | 3 |
I have developed an application - and want to distribute it in a jar-file. But I have face some problems create and executing the jar-file. The application is split up in four different package, but the main-method i in the root of these package. Additional i do also have som ...
|
| Running JSPs on Websphere | 25 Apr 2005 16:30 GMT | 4 |
I am studying JSPs for the first time. The programs are working on Tomcat server. But I want to use Websphere server. So how to use this server for running JSPs? Please give me the information regarding the setting the class path for Websphere server and
|
| Q: How to organize unit testing | 25 Apr 2005 14:49 GMT | 3 |
If I have a custom library formed by a package hiarachy build over the years, what is the usual way of organizing JUnit testing? Placing a suite in every package which wraps test case classes is messy and pollutes the library when deployed as a jar.
|
| config file processing | 25 Apr 2005 14:48 GMT | 4 |
I have been reading up on the various means of dealing with config files. I like the idea of persisting an object that encapsulates the configuration data i am trying to read or save. I like to ask for some advice or opinions on the following...what are
|
| Applet with multiple jars | 25 Apr 2005 13:59 GMT | 1 |
I have an applet that requires jmf.jar, however this jar file may not be on the client site. I have done some looking but am unable to come up with a solution that allows me to sucessfully send this jar along with the jar containing the applet code to the client site. Any help
|
| Java Object to XML and vice versa | 25 Apr 2005 13:23 GMT | 5 |
I need to convert Java objects and XML files interchangely. I examined some existed frameworks, thay are XStream[http://xstream.codehaus.com], Quick[http://qare.sourceforge.net/web/2001-12/products/quick/index.html], Castor[http://www.castor.org/], JiBX[http://jibx.sourceforge.net/] ...
|
| Javadocs for tools.jar stuff | 25 Apr 2005 10:04 GMT | 2 |
Does anyone know where I can find javadocs for the classes defined in tools.jar of (most) JDKs? Googling hasn't worked for me. Also, I've heard on a couple of ocassions people complaining about the classes in the com.sun.* packages. Any specific examples of problems?
|
| How to close ftp connection opened by URLConnection? | 25 Apr 2005 09:09 GMT | 1 |
Can you tell me how to close connection opened by URLConnection ? Thanks a lot, Mark
|
| java+bluetooth | 25 Apr 2005 07:54 GMT | 1 |
is there any way i can use blutooth device on my computer with java j2se where can i find the libraries for it or should i do some thing with io sorry i am still begginer
|
| jar assembling tool ...? | 25 Apr 2005 07:48 GMT | 9 |
Every time I want to deploy a jar being whether a Swing app or Java API inside Oracle I make the jar contain all dependencies like e.g. xerces.jar this avoids the need to configure class path at client side etc. This works nicely but my jars get quite inflated ...
|
| Need expert advice on parsing a string into java beans | 25 Apr 2005 07:32 GMT | 1 |
I wrote the code to convert Java bean (using recursion and reflection) to a string, and the string is: ie. String text = MyUtil.toText(book); text={book:Book={{name:java.lang.String="My
|
| Java Basics. | 25 Apr 2005 05:15 GMT | 1 |
I have been learning perl and C++, and I have been looking into Java. I know very little about the language, I have found some realy bad books that realy served to confues me and I have to find medicore C++ books to explain objects. Now working with C++ and perl understand
|
| How To Remove Empty XML Tags? | 25 Apr 2005 04:45 GMT | 3 |
I have a middleware application that is outputting empty xml tags when no value is present for an element (<element1></element1>). I need to remove these empty tags somehow. Is this possible using DOM or XPATH? I have been looking at the api's and haven't seen anything capable of
|
| File permissions for a given user | 25 Apr 2005 04:43 GMT | 6 |
How can I check whether a given user has certain permissions on a certain file (say, read access)? The user may not be the same one that started the JVM.
|