tricky 0 Posted December 26, 2010 Report Share Posted December 26, 2010 Boa tarde, É possível carregar um ficheiro .jar dinamicamente e mostrar determinada JFrame que esse .jar tem ? Obrigado. Link to post Share on other sites
M6 149 Posted December 27, 2010 Report Share Posted December 27, 2010 Sim é. Dá uma olhadela aqui: http://stackoverflow.com/questions/60764/how-should-i-load-jars-dynamically-at-runtime E se procurares no Google vais ver mais exemplos. 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
Eckhou 0 Posted December 28, 2010 Report Share Posted December 28, 2010 ^^ Java Reflection 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