Skip to content

swallville/java-class

Repository files navigation

Java .class viewer and executer

Implementation in C99 of Java .class viewer and executer for Java SE 7 version.

Building

To generate binary executable file, type:

$ make

Running

To run the project, type:

$ make run

Documentation

To generate documentation, type:

$ make docs

All the documentation will be at doc/ folder.

Project Structure

java-class
    |
    --- bin/        (executable generated by make file)
    |
    --- doc/        (documentation generated by 'make docs' command)
    |
    --- include/    (headers for the application libraries *.h)
    |
    --- lib/        (source for the application libraries *.c)
    |
    --- src/        (main.c folder)
        |
        --- obj/    (object files generated by make file)

Members

  • Lukas Ferreira Machado (12/0127377)
  • Raphael Luís Souza de Queiroz (13/0154989)

Installation

Make the checkout of the project with:

$ git clone git@github.com:swallville/java-class.git

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_project)
  3. Commit your changes (git commit -am "Added new feature")
  4. Push to the branch (git push origin my_project)
  5. Open a Pull Request.

Copyright (c) 2017 Lukas Ferreira Machado

About

Java .class viewer and executer made in C99

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •