José Pereda
José Pereda
PictureService works just fine, like the rest of Attach services. Without the code of what you are doing or without a stacktrace of the error you are getting is impossible...
Right, in any case: we should prevent the NPE (by checking that the file exists before calling `Json.createReader()`, and also prevent the JNI error by not passing an empty configuration...
Submitted PR to fix this issue, waiting for review
How to test the plugin: - Clone the repo https://github.com/jperedadnr/ide-plugins/tree/BS3.0 - unzip, open a terminal, `cd ide-plugins-BS3.0/eclipse/` - Using Java 8, run `./gradlew build`. It might take around 5 minutes....
I'm uploading the repository with the plugin, so you don't need to build it: [repository.zip](https://github.com/gluonhq/ide-plugins/files/2823658/repository.zip) You can just download it and unzip it, then install it from Eclipse 2018-12 as...
Cool, good to know. Be aware that the plugin still runs over Java 8.
@nlisker Plugin 2.6.0 requires Buildship 2.x, I'm not sure if that could be the issue. Can you try to upgrade the plugin from the zip I [posted](https://github.com/gluonhq/ide-plugins/issues/19#issuecomment-459901243)?