Results 1 to 12 of 12
- 04-21-2008, 11:03 AM #1
- 04-21-2008, 11:24 AM #2
Why? .exe? maybe .jar....
Please be more specific....
regards,
sukatoa
- 04-21-2008, 11:25 AM #3
Ok... i got it....
Is that about the converted jar file executable?
regards,
sukatoa
- 04-21-2008, 11:36 AM #4
.exe only..
yeah i converted .jar to .exe...
- 04-21-2008, 11:42 AM #5
How would that .exe not continuously running?
What have you experienced about it?freedom exists in the world of ideas
- 04-21-2008, 12:02 PM #6
according to the requirement i need to give .exe file which will run 24/7...i know this much information..am i correct regarding the information???
according to my view..They are .net guys they dont allow .jar files in their applications..thats why they need a .exe
-
Exe should have the same behavior of Jar. So if you make your jar to run continuously, exe should do the same. If it is a swing application, if you did not exit from it explicitly, it should run continuously. If it is a console application, the most basic way is to embed your main code inside a loop in which you only exit from this loop when a specific condition is met.
"The sole cause of man’s unhappiness is that he does not know how to stay quietly in his room." - Blaise Pascal
- 04-21-2008, 12:59 PM #8
Can you tel me how to run a .exe (its a third party setup)as a windows service???
Last edited by jazz2k8; 04-21-2008 at 01:05 PM.
-
I did not do that before. Try searching on google.Can you tel me how to run a .exe (its a third party setup)as a windows service???"The sole cause of man’s unhappiness is that he does not know how to stay quietly in his room." - Blaise Pascal
- 04-21-2008, 01:42 PM #10
i am trying it on google if anybosy come across with this please reply this post,,,
thanks in advance
- 04-21-2008, 06:34 PM #11
Vote for the new slogan to our beloved Java Forums! (closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice? Vote now!
Got a little Capt'n in you? (drink responsibly)
- 04-22-2008, 06:20 AM #12
Similar Threads
-
count character in text file as input file
By aNNuur in forum New To JavaReplies: 7Last Post: 03-25-2010, 04:01 PM -
File fp = new File(filePath);fp.exists() does not yeild proper result
By ganeshp in forum Advanced JavaReplies: 2Last Post: 04-07-2009, 06:25 AM -
How to read a text file from a Java Archive File
By Java Tip in forum Java TipReplies: 0Last Post: 02-08-2008, 09:13 AM -
how to send and receive data from servlet to applet Continuously ??
By jega_ms in forum Java ServletReplies: 1Last Post: 01-28-2008, 10:49 AM -
Converting text file(.txt) to JPG file(.jpg) in java
By javadeveloper in forum Advanced JavaReplies: 0Last Post: 11-09-2007, 04:22 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks