Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,

I need to create my own jvm for java mobile application for linux operating system, do you have any link that can help me please?

Thank you,
Best regards

What I have tried:

I saw the specification of jvm of Oracle:
"https://docs.oracle.com/javase/specs/jvms/se7/html/index.html"
Posted
Updated 7-Jan-19 10:12am

Yes, that is how you do it. You follow the specification from Oracle and write the code.
 
Share this answer
 
If you think there's going to be a few forums posts, blog posts, or even just a couple of articles that explain how to write a JVM, you really don't have a clue what you're in for.

Writing a JVM would take a large book, if not a few volumes, to describe.
 
Share this answer
 
Quote:
How to create my own jvm for mobile application

I strongly suggest you to check if you absolutely need to create your own JVM from scratch, because it is huge.
Not only it is huge, it is also highly technical, it is not the toy projects toy see at school, only a team of seasoned programmers can hope to success.
Compiler technique is just 1 field you need to master in such a project. The Dragon book is a reference in this field, 900 pages:
Compilers: Principles, Techniques, and Tools - Wikipedia[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900