setup for java programs

F

focode

Hello Everybody.......

I am on my way to develope media player , i wanted to Know
a simple and best way to create the setup for that Program

thanks
 
K

kizlum

Hello Everybody.......

I am on my way to develope media player , i wanted to Know
a simple and best way to create the setup for that Program

thanks

Hello
For me the best way is to build it from scratch in Java. But thay are
some automated installs builders like Vise or Inno Setup.

Reguards.
 
A

Andrew Thompson

focode wrote:
...
I am on my way to develope media player ,

Are you? Unless my jangled mind has me mixing
you up with someone else developing a media player,
you seemed to be rather stuck, last time I talked we
talked.

Please always use Upper Case for the word 'I'.
I cannot explain* the rules of English that make
that correct, but it is.

* Hey, (shrugs) I just speak the damn language -
I never seriously *studied* it, or it's obtuse and
illogical 'rules'.**

** People who study English might have fun
picking out the numerous grammatical, spelling
and punctuation errors included even in that
paragraph. And hey, no pretence of 'intentional'
here. I am purely referring to the average old
crap (close to, but not quite correct, English)
that I write.
...wanted to Know
a simple and best way to create the setup for that Program

Simplest and best for who? AFAIC - the important
answer here is 'the end user'.

Which leads me then to the question, "what does
'best' mean?".

In some people's minds, an install is 'best' if it looks
like a 'native installer', as perhaps suggested by Roedy
and the other person who replied..

To my mind, a good experience for *me* as end user,
is provided by a well honed Java Web Start (JWS)
install. JWS not only offers a '1 click'*** install, but
automaic updates, desktop integration and other
neat trimmings.

*** OK - that '1 click' is only for sandboxed apps.,
*any* trusted app. brings at least another click into
the install process, and an important question to
the user at that - 'Do you trust the signed code?'.

Here is an example of a (crude) use of web start
to launch the JMF.

<http://www.javasaver.com/testjs/jmf/#test5>

It installs the classes and native libs to the
client machine, and provides (as my example
default) JMStudio to the end user.

Note that there are optimizations (of download
size) and other nice tweaks that could be made
to that launch, and it could be reconfigured to
launch any JMF based app., not just JMStudio.

Also, a lot of JMF based apps. do not need the
native libs, so it is quite feasible to launch them
sandboxed (an important point, if it comes to
'trust' and signed 'all-permission' code).

So, what do you want? The 'native experience'
for the end user (which, as an aside, is much
higher developer effort to support, X-plat) or the
Sun supported JWS?
 
L

Lew

Andrew said:
* Hey, (shrugs) I just speak the damn language -
I never seriously *studied* it, or it's [sic] obtuse and
illogical 'rules'.**

That's be "its obtuse and illogical 'rules'." "Its" is the third-person
neutral possessive pronoun, "it's" is a contraction for "it is".
 
A

Andrew Thompson

Lew said:
* Hey, (shrugs) I just speak the damn language -
I never seriously *studied* it, or it's [sic] obtuse and
illogical 'rules'.**

That's [sic] be "its obtuse and illogical 'rules'." "Its" is the third-person
neutral possessive pronoun, "it's" is a contraction for "it is".

Damn! I knew there'd be at least one.

Oh, and that'd be .."that'd", not "that's". ;-)
Was *that* intentional, or a typo.?

--
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200708/1
 
L

Lew

Andrew said:
Lew said:
* Hey, (shrugs) I just speak the damn language -
I never seriously *studied* it, or it's [sic] obtuse and
illogical 'rules'.**
That's [sic] be "its obtuse and illogical 'rules'." "Its" is the third-person
neutral possessive pronoun, "it's" is a contraction for "it is".

Damn! I knew there'd be at least one.

Oh, and that'd be .."that'd", not "that's". ;-)
Was *that* intentional, or a typo.?

I succumbed to my fate.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,276
Latest member
Sawatmakal

Latest Threads

Top