Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-04-2007, 03:24 AM
Administrator
 
Join Date: Dec 2006
Posts: 461
JavaForums has disabled reputation
Deployment of a Web Application
A web application is a collection of Servlets, JSP pages, HTML documents, pictures, templates and other Web-Components. The configuration file web.xml describes the web application. A web application can be installed in an easy manner on different servers provided that the server supports the corresponding Java EE specifications.
(more…)
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-29-2007, 03:25 PM
Member
 
Join Date: Oct 2007
Posts: 5
aamiritsu is on a distinguished road
hi bro. can u plz help me out .....

in any java editor for exmaple. jbuilder or textpad. after compilation some message is given to u. for ex. "code compiled successfully" or "exception at line 03 bla bla bla"....can u plz tell me that from where that editor gets message from jdk.
i mean if i want to develop an IDE from where i can get these kind of messages from jdk. plz do reply me.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 10-29-2007, 03:57 PM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
First of all, this is not the correct place to post this thread. You should have created a separate thread for this on "New to Java" forum. In that way, you will also have more chance to get an answer.

I guess the best way to invoce java compiler is to use "Java Compiler API" nowadays. But i did not use it..

The Java Compiler API

And if you still think that you should invoke java/java externally, then you can use Process class to execute javac/java and listen output stream of that process. Here are some examples:

Execute an external program - Real's Java How-to
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Launching an application from another application dynamically Java Tip Java Tips 0 02-16-2008 10:31 PM
Launching an application from another application using thread Java Tip Java Tips 0 02-16-2008 10:29 PM
Deployment in jboss scott2srikanth Enterprise JavaBeans 0 12-10-2007 04:17 PM
WARN [org.jboss.deployment.JARDeployer] Failed to add deployable jar mary Advanced Java 3 08-01-2007 05:20 PM
how to use JTA for application mary Advanced Java 1 07-13-2007 05:34 PM


All times are GMT +3. The time now is 03:46 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org