>>106984499
Java can't include native Windows assets because of copyright. Normal programs can't do that either - they call foreign winapi functions instead. However that's not viable for Java because it has to be cross platform so it has to reimplement everything from scratch. And even if it could include Windows assets the program has to run everywhere. It would look out of place on Unix