Reboot Posted December 8, 2021 at 10:12 AM Report Share #624857 Posted December 8, 2021 at 10:12 AM Há por aqui alguem com experiência em Java em iSeries (AS400)? Link to comment Share on other sites More sharing options...
M6 Posted December 9, 2021 at 09:21 AM Report Share #624873 Posted December 9, 2021 at 09:21 AM Já usei algumas vezes para automatizar processos. 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 comment Share on other sites More sharing options...
Reboot Posted December 9, 2021 at 09:50 AM Author Report Share #624875 Posted December 9, 2021 at 09:50 AM 29 minutos atrás, M6 disse: Já usei algumas vezes para automatizar processos. Usas Eclipse? Link to comment Share on other sites More sharing options...
M6 Posted December 9, 2021 at 01:08 PM Report Share #624878 Posted December 9, 2021 at 01:08 PM Já usei Eclipse durante muitos anos. Mas o IDE não tem nada a ver com o Java no AS/400... 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 comment Share on other sites More sharing options...
Reboot Posted December 9, 2021 at 01:17 PM Author Report Share #624879 Posted December 9, 2021 at 01:17 PM 9 minutos atrás, M6 disse: Já usei Eclipse durante muitos anos. Mas o IDE não tem nada a ver com o Java no AS/400... Pos não, e usas o quê? RDi? Link to comment Share on other sites More sharing options...
M6 Posted December 10, 2021 at 09:08 AM Report Share #624886 Posted December 10, 2021 at 09:08 AM Acho que usava Emacs e outro editor/IDE genérico de que não me recordo o nome. 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 comment Share on other sites More sharing options...
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