Sublime Forum

Is there a way to use a java class in a plugin?

#1

Hi all, I would like to call a java class from my plugin. Do you know if is there a way to do that?

Thanks in advance

0 Likes

#2

This might be a long shot, but you could see how emmet is doing it (but with NodeJS and pyv8)
Probably there is something similar for java?

quick search revealed this: stackoverflow.com/questions/1205 … va-library

0 Likes