spywhere / Javatar

Java Development Plugin for Sublime Text 3
https://javatar.readthedocs.org/
Other
170 stars 20 forks source link

Adding natives #46

Closed z3t0 closed 9 years ago

z3t0 commented 9 years ago

How can I inject natives (dlls) for LWJGL using this build system? Thanks

spywhere commented 9 years ago

Javatar does not supports native injection out of the box. However, you can configure the run command to add your own flags for native injection for particular project by adjust the run_command value in your project file.

spywhere commented 9 years ago

Please bear with me since I'm working on another project at this moment which make Javatar less frequent to update. After September, I should be free enough to continue working on a v2.0 of Javatar (which exactly the same as v1.0 but better in term of performances, stability, etc.) and add this to the Javatar itself.

z3t0 commented 9 years ago

@spywhere Sounds great! In the meantime I will try to figure it out (as my project depends on it). If you have any ideas as to how I can do this please let me know. For example I tried Djava.library.path as a program argument but it did not seem to work.

spywhere commented 9 years ago

Here I am setting up Javatar for LWJGL project, https://youtu.be/v-bWVrX8rzg

spywhere commented 9 years ago

This feature was implemented in Javatar v2.0.0-prebeta.