MMonteiro 1 Posted August 21, 2019 Report Share Posted August 21, 2019 Boas pessoal, para executar um ficheiro .java ou .kt no terminal consigo faze-lo mas se tiver mais classes no package como posso fazer para compilar e executar tudo pelo terminal?? tipo tornar tudo num só .jar?? Link to post Share on other sites
M6 150 Posted August 28, 2019 Report Share Posted August 28, 2019 Tens de ter o CLASSPATH a apontar para as tuas bibliotecas. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar." Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now