Package erjang.beam

Examples of erjang.beam.BeamLoader


* Beam -> Java compiler
*/
public class ErjC {

  public static void main(String[] args) throws OtpAuthException, IOException {
    BeamLoader beamParser = new ErjangBeamDisLoader();

    for (int i = 0; i < args.length; i++) {
      if (args[i].endsWith(".beam")) {
        File in = ERT.newFile(args[i]);
        int idx = args[i].lastIndexOf('.');
View Full Code Here

TOP

Related Classes of erjang.beam.BeamLoader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.