Skip to content

Files

Latest commit

 

History

History

org.nodeclipse.java.avatarjs

org.nodeclipse.java.avatarjs

Quick and dirty idea/code to launch .js with java 8 and Avatar.js lib
Not yet finished, reason:
running with Java/Avatar.js is launching like java -Djava.library.path=lib -jar lib/avatar-js.jar helloWorld.js

  • libs maybe missing or in other folder,
  • embedding not released binaries in Eclipse plugin seems bad idea (also there are native lib for every OS)
  • would require searching for project root (Node can actually run from any folder)

Usage

Read at <>

Read also built-in F1 and Online Help

Links

Developing

Depends on .ui and .common

Import-Package: org.nodeclipse.debug.launch in MANIFEST.MF is for org.nodeclipse.debug.launch.LaunchConfigurationEnvironmentTab

org.nodeclipse.debug.util is for in org.nodeclipse.phantomjs.launch.LaunchConfigurationDelegate

TODO copy that Class or make .debug module general (not Node.js related)