j2objc eclipse plugin is not working

468 Views Asked by At

I am trying to use the J2objC plugin to convert a working java project. I have downloaded the latest version of the plugin and am using Eclipse Juno. I've got J2objC 0.8 on my machine. I have set an output path and have tried a few different settings within the plug-in. However, no files of any kind are written/copied/exported anywhere when I run the plug-in. The console reads as follows: J2OBJC Conole

Source Directory: /Users/name/Desktop/folder/Workspace/projectfolder Destination Directory: /Users/name/Desktop/folder/translatedjava/projectfolder Export finished.

1

There are 1 best solutions below

0
On

Install the j2Objc plugin for eclipse from marketplace,

You need to download the latest version (https://github.com/google/j2objc/releases) zip file and extract it, then go to eclipse -> Preferences -> j2Objc -> Set path to compiler -> Extracted path of downloaded zip.

Ref:

Check here,

J2Objc Translator not generating files in Eclipse Luna