Skip to content

Use Jython to call python modules, use runtime to call python scripts, and package them

License

Notifications You must be signed in to change notification settings

UlovHer/JavaCallPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1 Introduction

Use Jython to call python modules and functions, use runtime to call python scripts, and package them.

2 Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies, and jython-standalone-2.7.2.jar is main dependency
  • python_scripts: the folder to maintain python scripts

Meanwhile, the compiled output files will be generated in the bin folder by default.

If you want to customize the folder structure, open .vscode/settings.json and update the related settings there.

3 Experimental Results

About

Use Jython to call python modules, use runtime to call python scripts, and package them

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published