Posts by Alan Goncalves • 11 points
2 posts
-
0
votes1
answer116
viewsQ: How to access prop.getProperty from any Project Class
I created a class "Messages" and put the Method public Properties getProp() inside it, because I want to access the file config.properties from any other class of my project. /** * @author Alang *…
javaasked Alan Goncalves 11 -
1
votes0
answers711
viewsQ: execute CMD command through JAVA
I am having trouble executing a command in CMD through JAVA. This command is executed by a . jar that lies inside a directory "C: Copyutility Copyutility.jar. So I need to enter this directory and…