freelanceprogrammers.org Forum Index » Java

Installing a new java app


View user's profile Post To page top
dale_erwin Posted: Sun Apr 11, 2004 6:31 am


Joined: 11 Apr 2004

Posts: 11
Installing a new java app
Don Roberts wrote:
> The only way I can see is to make a DOS batch file. They would have to have
their $PATH
> variable set up correctly to use Java though.
>
> ----
> Don Roberts

Could a DOS batch file be coded to ask for a directory name
and then unzip the file into it? It`s not a .jar file, just
a regular .zip file.

Seems that setting up the environment variables is something
that even the installation of Java leaves up to the user.
--
Dale Erwin
Salamanca 116
Pueblo Libre
Lima 21 PERU
Tel. +51(1)461-3084
Cel. +51(1)9743-6439
DALE ERWIN`S OPERA FILES - http://www.geocities.com/dale_erwin
Reply with quote
Send private message
View user's profile Post To page top
droberts_00 Posted: Sun Apr 11, 2004 7:42 am


Joined: 11 Apr 2004

Posts: 12
Installing a new java app
The only way I can see is to make a DOS batch file. They would have to have
their $PATH
variable set up correctly to use Java though.

----
Don Roberts
http://tv.groups.yahoo.com/group/seinfeldpreservationsociety/
http://groups.yahoo.com/group/windows-tips/
Please reply to the list and not to me personally.

**-----Original Message-----
**From: Dale Erwin [mailto:daleerwin@...]
**Sent: Saturday, April 10, 2004 7:31 PM
**To: beginnersclub@yahoogroups.com
**Subject: [Java Beginner`s club] Installing a new java app
**
**I don`t use Windows, so I`m not sure what I have to do to get
**a program to install on a Windows system. I have developed a
**new app in Java, but most of those interested in using it all
**use Windows. Since most users of Windows systems don`t know
**any more about it than I do, I don`t know how to distribute my app.
**
**Any suggestions?
**--
**Dale Erwin
**Salamanca 116
**Pueblo Libre
**Lima 21 PERU
**Tel. +51(1)461-3084
**Cel. +51(1)9743-6439
**DALE ERWIN`S OPERA FILES - http://www.geocities.com/dale_erwin
**
**
**
**
**Yahoo! Groups Links
**
**
**
**
**
**
**
Reply with quote
Send private message
View user's profile Post To page top
droberts_00 Posted: Sun Apr 11, 2004 8:58 am


Joined: 11 Apr 2004

Posts: 12
Installing a new java app
The zip program the person uses would do that for them. The batch file would be
in the zip
file with your app and would basically just say: java MyClass and you hope that
the java
installation was done right (if at all). Any way to make it an applet? That way
you just
tell the person to double-click on the html file.

----
Don Roberts
http://tv.groups.yahoo.com/group/seinfeldpreservationsociety/
http://groups.yahoo.com/group/windows-tips/
Please reply to the list and not to me personally.

**-----Original Message-----
**From: Dale Erwin [mailto:daleerwin@...]
**Sent: Saturday, April 10, 2004 8:32 PM
**To: beginnersclub@yahoogroups.com
**Subject: Re: [Java Beginner`s club] Installing a new java app
**
**Don Roberts wrote:
**> The only way I can see is to make a DOS batch file. They
**would have to
**> have their $PATH variable set up correctly to use Java though.
**>
**> ----
**> Don Roberts
**
**Could a DOS batch file be coded to ask for a directory name
**and then unzip the file into it? It`s not a .jar file, just
**a regular .zip file.
**
**Seems that setting up the environment variables is something
**that even the installation of Java leaves up to the user.
**--
**Dale Erwin
**Salamanca 116
**Pueblo Libre
**Lima 21 PERU
**Tel. +51(1)461-3084
**Cel. +51(1)9743-6439
**DALE ERWIN`S OPERA FILES - http://www.geocities.com/dale_erwin
**
**
**
**------------------------ Yahoo! Groups Sponsor
**---------------------~-->
**Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
**Printer at MyInks.com. Free s/h on orders $50 or more to the
**US & Canada.
**http://www.c1tracking.com/l.asp?cid=5511
**http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/5cFolB/TM
**--------------------------------------------------------------
**-------~->
**
**
**Yahoo! Groups Links
**
**
**
**
**
**
**
Reply with quote
Send private message
View user's profile Post To page top
droberts_00 Posted: Sun Apr 11, 2004 8:58 am


Joined: 11 Apr 2004

Posts: 12
Installing a new java app
The zip program the person uses would do that for them. The batch file would be
in the zip
file with your app and would basically just say: java MyClass and you hope that
the java
installation was done right (if at all). Any way to make it an applet? That way
you just
tell the person to double-click on the html file.

----
Don Roberts
http://tv.groups.yahoo.com/group/seinfeldpreservationsociety/
http://groups.yahoo.com/group/windows-tips/
Please reply to the list and not to me personally.

**-----Original Message-----
**From: Dale Erwin [mailto:daleerwin@...]
**Sent: Saturday, April 10, 2004 8:32 PM
**To: beginnersclub@yahoogroups.com
**Subject: Re: [Java Beginner`s club] Installing a new java app
**
**Don Roberts wrote:
**> The only way I can see is to make a DOS batch file. They
**would have to
**> have their $PATH variable set up correctly to use Java though.
**>
**> ----
**> Don Roberts
**
**Could a DOS batch file be coded to ask for a directory name
**and then unzip the file into it? It`s not a .jar file, just
**a regular .zip file.
**
**Seems that setting up the environment variables is something
**that even the installation of Java leaves up to the user.
**--
**Dale Erwin
**Salamanca 116
**Pueblo Libre
**Lima 21 PERU
**Tel. +51(1)461-3084
**Cel. +51(1)9743-6439
**DALE ERWIN`S OPERA FILES - http://www.geocities.com/dale_erwin
**
**
**
**------------------------ Yahoo! Groups Sponsor
**---------------------~-->
**Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
**Printer at MyInks.com. Free s/h on orders $50 or more to the
**US & Canada.
**http://www.c1tracking.com/l.asp?cid=5511
**http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/5cFolB/TM
**--------------------------------------------------------------
**-------~->
**
**
**Yahoo! Groups Links
**
**
**
**
**
**
**
Reply with quote
Send private message
Post new topic Reply to topic
Display posts from previous:   
 

All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help