java2python icon indicating copy to clipboard operation
java2python copied to clipboard

Simple but effective library to translate Java source code to Python.

Results 51 java2python issues
Sort by recently updated
recently updated
newest added

when i am trying to finally convert the files then it cannot recognize j2py as a command in cmd

after execution of "python setup.py install" , i tried to execute j2py -- version I am getting j2py is not recognised as internal or external command

Hi, I was attempting to use j2py to convert a simple Java program I made into python, but i got an error. This is the Java code: ```java import java.util.Scanner;...

When converting an existing code base I found that else-if apparently is not supported. Here's an example: ```java public static void main(String[] args) { int a = 0; if (a...

``` $ pip install java2python Collecting java2python Downloading https://files.pythonhosted.org/packages/e4/4d/96dd48650ebe9dcdcbef4e61840e9efdf240b34cee6bdb8ea8de6749d1e5/java2python-0.5.0.tar.gz (138kB) 100% |████████████████████████████████| 143kB 23kB/s Collecting antlr_python_runtime==3.1.3 (from java2python) Could not find a version that satisfies the requirement antlr_python_runtime==3.1.3 (from java2python)...

When trying to install with ``` bash pip install java2python ``` I get the following error message: > (py27)➜ Downloads pip install java2python > Collecting java2python > Using cached java2python-0.5.0.tar.gz...

Thanks in advance... **Running java2python in Anaconda on a Mac with following packages:** ...$ conda list -n j2p # packages in environment at /Applications/Anaconda/anaconda3/envs/j2p: # # Name Version Build Channel...

Often, j2py will exit without printing python up to... wherever it's gotten up to before it errored. Equally often... we will get a chunk of Java code without context. Meaning,...

Hi I tried to use java2python on this [library](http://extras.springer.com/2010/978-1-84882-971-8/src) and it fails to do the convertion for some of the files. For example, `` and `` are converted without problems,...

Just a mention that might be of use to other users. I had some problems with installation. My first try was using the quick 'pip install java2python' - When doing...