All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eclipsesource.NodeExample Maven / Gradle / Ivy

There is a newer version: 4.6.0
Show newest version
package com.eclipsesource;

import com.eclipsesource.v8.V8;

public class NodeExample {

    public static void main(final String[] args) {

        V8 v8 = V8.createV8Runtime();
        String result = v8.executeStringScript("'🎉'");
        System.out.println(result);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy