-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample Projects? #362
Comments
We have a demo repository at https://github.com/jvilk/doppio-demo/. It uses a fake-terminal interface to let users try out Doppio in the browser with java-like commands (java, javac, javap). That should give you the general application structure (including doppio.js, browserfs.js, etc). Doppio should be able to run Java class files compiled with any Java compiler, including OpenJDK. In fact, the "doppio compiler" is just calling the javac code in the standard Java class library. |
Thanks a lot for the info. On Wed, Feb 25, 2015 at 5:51 PM, CJ Carey [email protected] wrote:
|
Also, let us know if you have any questions, issues, or suggestions. |
Sure. I will. I have some scientific simulation code written in (almost) On Wed, Feb 25, 2015 at 6:35 PM, John Vilk [email protected] wrote:
|
The (almost) sounds like you wrote some native methods using JNI. If that's the case, check out the developer guide for writing native methods with Doppio: https://github.com/plasma-umass/doppio/wiki/Doppio-Developer-Guide#adding-native-methods-using-doppioh |
Hi,
Thanks for the nice work. Are there any sample projects (bare structure with simplest class files) that I can use to write my own application?
Do I have to use doppio for compilation or I can use any standard class file generated by OpenJDK?
Thanks a lot
Best
The text was updated successfully, but these errors were encountered: