Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > BOOK: Beginning Java 2
|
BOOK: Beginning Java 2
This is the forum to discuss the Wrox book Beginning Java 2, SDK 1.4 Edition by Ivor Horton; ISBN: 9780764543654
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Java 2 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 24th, 2004, 12:21 PM
Registered User
 
Join Date: Feb 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to make a java project executable.

hello friends,
              I am facing a problem these days.By this time i have made some small projects like text editor,Calculator using different tools in Java.I am unable to get an idea that how to make these projects executable on any platform without using any of Java utility like ('javac' or 'java').So if anybody have any idea about that please do tell me that.
           Thanks.........

Sharad Agarwal
 
Old June 27th, 2004, 07:58 AM
Authorized User
 
Join Date: Sep 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Q:
I am unable to get an idea how to make these projects executable on any platform without using any of Java utility like ('javac' or 'java').

A:
If you need a platform independent implementation of a Java application, that does not involve input/output operations, it is possible to reshape your program into an Applet application.
Then you'd embed it in a .html webpage containing the applet that should be opened in a browser. This is easy to send to and to use by anybody connected to the internet.

But what you ask for: a true Java application with an easy way to employ it - preferably by an icon on the desktop - I cannot tell you... I guess Sun offers the Java Web Start to use Java applications like beans, but I don't think Ivor Horton says anything about it in his wonderful book...
Ask the developers' forum at www.sun.com, they'd know, the sun website holds a lot of information about questions like this, as they involve us all one day...

Francis @ chapter15





 
Old June 27th, 2004, 01:21 PM
Registered User
 
Join Date: Feb 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks friend for your suggestion to ask my question from the sun.com forum.

Sharad Agarwal





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to make an .exe file of a vb project arshad mahmood VB Databases Basics 3 March 9th, 2009 12:09 AM
Make Destination mdb file Executable ayazhoda Access VBA 8 April 25th, 2007 04:54 AM
How to make a single EXE of a VB project amarjits Pro VB 6 1 January 17th, 2007 08:48 AM
Can't make sample project work [email protected] All Other Wrox Books 1 August 17th, 2004 03:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.