Skip to content

MatevzFa/pyjvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyjvmgui

Based on PyJVM

Java 7 virtual machine implemented in pure python

Andrew Romanenco, 2014 andrew@romanenco.com https://twitter.com/andrewromanenco

Installation

Requires Python 2 (hence pip2).

You can install pyjvmgui from the PyPI.

pip2 install pyjvmgui

When upgrading, it's advised to add --no-deps flag. Otherwise, the PySide2 dependency might be downloaded again.

pip2 install pyjvmgui --upgrade --no-deps

Dependencies

PySide2

PySide2 is used for the GUI.

You can install it by running

pip2 install PySide2

Note: done by pip if following the installation instructions

About

Java Virtual Machine implemented in pure python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.1%
  • Java 7.8%
  • Other 1.1%