-
How can i run my AWT Application in Background
Hi Friends
I have Developed a AWT Application And i waana run it in background so
that no body can see it but it should it work.if u have any any soln for
this plz let me know. Bye
-
Re: How can i run my AWT Application in Background
If you don't want anyone to see it why are using AWT?
-
Re: How can i run my AWT Application in Background
I know on Windows you can supress the console window in 2 ways:
1. Create a shortcut whose target points directly to java.exe. Add the
arguments at the end of the target like this: "-jar MyJar.jar". Put the
path to the jar in the Start In folder.
2. You can use a batch file with the contents similar to this:
start java.exe -jar MyJar.jar
I'm not sure if this works on all Windows platforms.
"sharad" <sharad_mohanty@indiatimes.com> wrote:
>
>Hi Friends
> I have Developed a AWT Application And i waana run it in background so
>that no body can see it but it should it work.if u have any any soln for
>this plz let me know. Bye
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|