-
What is the best way or software, to compile .ear for websphere (2 messages)
- Posted by: eduardo de souza
- Posted on: January 22 2009 07:43 EST
Hi folks, I have a problem and I would like to ask for some help. We need to compile a .ear file to deploy it at our client´s server at IBM, but they aur using websphere 5.1. We tried to compile it with netbeans, but it doesn´t deploy at websphere. We tried to compile with Rational Application Developer for WebSphere, but it crahes during the compilation .... What else could we do? Many thanks.Threaded Messages (2)
- Re: What is the best way or software, to compile .ear for websphere by Asiri Liyanage on January 23 2009 00:20 EST
- Re: What is the best way or software, to compile .ear for websph by Ilia Dumov on January 23 2009 10:50 EST
-
Re: What is the best way or software, to compile .ear for websphere[ Go to top ]
- Posted by: Asiri Liyanage
- Posted on: January 23 2009 00:20 EST
- in response to eduardo de souza
Hi, Use an external tool like ant or maven to build your ear file. (Though it is not the issue with you) Be cautious to use IBM JDK when compiling your source and building your application. Asiri -
Re: What is the best way or software, to compile .ear for websph[ Go to top ]
- Posted by: Ilia Dumov
- Posted on: January 23 2009 10:50 EST
- in response to eduardo de souza
Try to use IntelliJ IDEA - it natively supports WebSphere 5.1.