* 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('.');