- Goals
- User guide
- Classlib developers guide
- Developer guide
- Tester guide
- Porting guide
- Blogs
- Project development
- Glossary
- Proposals
- FAQ
- Papers & presentations
- References
- Research
Operating System
This part contains the technical documentation of the JNode Operating System.
- Printer-friendly version
- Login to post comments
Processes
Hi, where can I find how processes works on Jnode?, and where in the code I can find it? (I guess that in Package core).
I want to know how does it works processes in Jnode.
thanks
look at NativeProcessImpl in the core project
Hi,
I think you are speaking about the class java.lang.Process.
You can find the JNode implementation in the class NativeProcessImpl (located here : /core/src/openjdk/vm/java/lang/NativeProcessImpl.java) that creates a JNodeProcess, which is not yet implemented.
Fabien
my blog : en français, in english or both