Not possible. How do you think the Windows (kernel) API calls are going to be handled? The reason it works for Linux jails is because the FreeBSD kernel has a Linux compatibility layer. There is no Windows compatibility layer in the FreeBSD kernel (or OS).
Alternatively, you can use emulators/wine to run Windows applications. To a certain extent at least.
A FreeBSD jail(8) runs on top of the host's kernel. It doesn't have a kernel of its own. So a jail(8) can only run things the FreeBSD kernel understands. That's a very simplistic explanation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.