Results 1 to 5 of 5
Thread: Creating CLI for java daemon
- 02-11-2012, 12:44 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 8
- Rep Power
- 0
Creating CLI for java daemon
I have a java daemon that is running constantly. It periodically gets data from other sources and process them autonomously. I would like to create a command line interface for the application that I can start up at any time while the daemon is running. I'd prefer to accomplish this without spawning a new JVM if possible.
I do have some ideas in mind, but I wanted to get some other opinions too.
- 02-11-2012, 01:48 AM #2
Re: Creating CLI for java daemon
Put an icon in the System tray and use R-C on it have it prompt for input.
- 02-11-2012, 03:02 AM #3
Member
- Join Date
- Dec 2010
- Posts
- 8
- Rep Power
- 0
Re: Creating CLI for java daemon
Last edited by pcman312; 02-11-2012 at 03:05 AM.
- 02-11-2012, 03:05 AM #4
Re: Creating CLI for java daemon
No ideas for linux without a GUI, other than a separate program and sockets.
- 02-11-2012, 12:56 PM #5
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,421
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
Creating and implementing class for creating a calendar object
By kumalh in forum New To JavaReplies: 9Last Post: 07-29-2011, 02:18 PM -
Java as Linux daemon
By greengold in forum New To JavaReplies: 3Last Post: 11-02-2010, 02:17 PM -
Timer won't execute untill daemon thread yields
By dsollen in forum Threads and SynchronizationReplies: 1Last Post: 12-24-2009, 07:17 AM -
[SOLVED] should I run my Timer as a daemon?
By Goseph in forum Threads and SynchronizationReplies: 7Last Post: 02-16-2009, 10:22 AM -
Multithreaded daemon? High level help needed.
By y0y in forum New To JavaReplies: 4Last Post: 02-05-2009, 06:06 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks