15 Replies - 1935 Views - Last Post: 26 June 2010 - 12:36 AM
#1
process in java(question)
Posted 24 June 2010 - 12:27 AM
how can create a process in java?
how can create a active process in window in java?
i mean,how can make a application a process in window written in java?
i wanna have application that start with start of windows and end with shut down windows or i end it.
Replies To: process in java(question)
#2
Re: process in java(question)
Posted 24 June 2010 - 01:31 AM
#3
Re: process in java(question)
Posted 24 June 2010 - 01:40 AM
Quote
http://wrapper.tanuk...sh/download.jsp
#4
Re: process in java(question)
Posted 24 June 2010 - 02:43 AM
majid69, on 24 June 2010 - 11:57 AM, said:
how can create a process in java?
how can create a active process in window in java?
i mean,how can make a application a process in window written in java?
i wanna have application that start with start of windows and end with shut down windows or i end it.
java.lang.Process , java.lang.Runtime
or
JNI
#5
Re: process in java(question)
Posted 24 June 2010 - 03:45 PM
Quote
You'd have to use a batch file or something similar for this. I think there is software you can download that will allow you to manage automatic processes like you are describing.
#6
Re: process in java(question)
Posted 24 June 2010 - 03:47 PM
majid69, on 24 June 2010 - 01:27 AM, said:
how can create a process in java?
how can create a active process in window in java?
i mean,how can make a application a process in window written in java?
i wanna have application that start with start of windows and end with shut down windows or i end it.
In your terminology:
- what is a process ?
- what is an active process and what is the difference between a process and a active process ?
- what is the difference between a window application and a process what a window application should have to become a "process" according to your terminology ?
#7
Re: process in java(question)
Posted 24 June 2010 - 05:47 PM
as for it being a process i think he doesnt want it to show up in the application list only the processes list in windows task manager.
majid69 is this what you meant?
Edit: typo
This post has been edited by Handler: 24 June 2010 - 05:47 PM
#8
Re: process in java(question)
Posted 24 June 2010 - 09:13 PM
#9
Re: process in java(question)
Posted 24 June 2010 - 09:14 PM
macosxnerd101, on 24 June 2010 - 06:45 PM, said:
Quote
You'd have to use a batch file or something similar for this. I think there is software you can download that will allow you to manage automatic processes like you are describing.
Great minds think alike.
#10
Re: process in java(question)
Posted 25 June 2010 - 10:22 AM
Handler, on 24 June 2010 - 04:47 PM, said:
as for it being a process i think he doesnt want it to show up in the application list only the processes list in windows task manager.
majid69 is this what you meant?
Edit: typo
thanks from all you.
exactly i meant this.
i wanna have process in window task manager.like an antivirus program that always is run that is working and check the system
i wanna application that for example when flash memory plug in application understand and do somethings.
active process,i've meant process in task manager
my english is a litle weak and...
i've graduated from english class over 2 years and i'm forgetting all i've studied
oh,i forgot,in process and subject like this, i'm a zero,maybe under zero
please if you can explain it in detail,thank you,ladies and gentlemen
#11
Re: process in java(question)
Posted 25 June 2010 - 10:55 AM
Quote
That's a Windows service. See my link above
#12
Re: process in java(question)
Posted 25 June 2010 - 06:36 PM
majid69, on 25 June 2010 - 11:22 AM, said:
i wanna application that for example when flash memory plug in application understand and do somethings.
active process,i've meant process in task manager
Java is NOT the language for that. That implies too much native system methods and hooks
But at least using g00se advice you can start your Java application at System boot time
After that, how you will track the events, is a whole different story
Good luck and happy coding
#13
Re: process in java(question)
Posted 26 June 2010 - 12:05 AM
Quote
I'm not sure, but it's possible that the Tanuki wrapper can write to the Event Log
#14
Re: process in java(question)
Posted 26 June 2010 - 12:29 AM
could you give me a source about it?
a simple source
#15
Re: process in java(question)
Posted 26 June 2010 - 12:33 AM

New Topic/Question
Reply



MultiQuote







|