Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » javawebstart
javawebstart [message #220651] Mon, 09 July 2007 23:58 Go to next message
Eclipse UserFriend
Originally posted by: go.away.com

hi -
can someone please give me a couple of tips on where i can look
for learning about how to package my program so i don't have
to code c:\Program Files\JadeCheckBook\filename.ext in my
java source files

here is a list of a few files that arent java related that kick around
in my project directory c:\Program Files\JadeCheckBook\files.ext

* icons
* text files that store data from the program
* report files from jasper reports
* windows help file ?

i think i could do it in 3 steps:
1. have the user download java <not sure if javawebstart could do
that automatically?> can webstart find and download jre automatic
if needed??
2. have the user use exe to install data files
3. run the webstart technology

this way there would be no using a winzip type utility.

i think it is worth it to try to simplify this routine. if javawebstart
can detect and download a jre AND install my files in one step
i could possibly be looking at 2 easy steps.

the steps visitors to my hobby site have to follow now are found at:
http://www.3rdshiftcoder.com

thanks for any tips,
jim
Re: javawebstart [message #220658 is a reply to message #220651] Tue, 10 July 2007 00:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: go.away.com

http://preview.tinyurl.com/y582x4

i just found part of the answer above.

i still wonder about putting icons, text files,
reports so i dont have to use
c:\Program Files\JadeCheckBook\files.ext
in my java source. it is an eclipse
ide trick. i will be looking around for it.

oh and i use fatjar to jar up all of the
jars needed and java source code.

thanks for any help,
jim
Re: javawebstart :SOLVED [message #220665 is a reply to message #220651] Tue, 10 July 2007 01:12 Go to previous message
Eclipse UserFriend
Originally posted by: go.away.com

problem solved [i think]
i was just thinking about it.
the real trick i want is the checking for the range of jre
versions to install .

<j2se version = "1.5*" href= "http://java.sun.com/products/autodl/j2se"/>
(in my jnlp script)

i may be able to avoid recoding paths in my java
source if i use a combination of an exe installer
and the just the jars needed to start it.

for i.e.
install all files (icons,txt files,report files) and directories as they are
now except
the ones needed for jnlp launch with webstart (i will put those on the web).

i hope that isnt confusing. i will try to use inno installer and
java web start to make a 2 stage install.

there is one way to find out.

thanks,
jim
Previous Topic:Linker & Libraries
Next Topic:Best place to ask JEE question
Goto Forum:
  


Current Time: Sat Apr 20 03:58:21 GMT 2024

Powered by FUDForum. Page generated in 0.08290 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top