...
> Could anybody help me in this one, I created an application using
> JCreator ..
I don't and know anything about it. OTOH, You can
deploy a Java application or applet using the standard
tools that come with the SDK. Most IDE's will provide
access to those same tools, but it is up to the user to
figure how to operate the IDE.
>...and I want to install it on my computer, can anybody explain
> to me what I have to do
To create a single file the user can 'double click launch'
you need to Jar the classes using the Jar tool, and either
add a manifest file to it that identifies the main class,
or launch it using web-start.
Andrew T.
Sundar - 29 Dec 2006 09:27 GMT
Hi Danny,
Its not clear what kind of application you created. May be you can
elaborate your problem, so that there is no ambiguity.
-Sundar
> ...
> > Could anybody help me in this one, I created an application using
[quoted text clipped - 15 lines]
>
> Andrew T.