Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // any idea why casting a string from args[] would cause a program to error?
- if (args.length >= 7) {
- port = cast (args[6]); // fails to connect, reports that port is 25
- //port = 25; // if I uncomment this line it works fine
- }
Advertisement
Add Comment
Please, Sign In to add comment