how can i execute other class?
Posted
by
stella
on Stack Overflow
See other posts from Stack Overflow
or by stella
Published on 2011-01-16T04:30:35Z
Indexed on
2011/01/16
4:53 UTC
Read the original article
Hit count: 142
hi, i have to connect java to mysql db using jdbc. thats not a problem and i can query data from db successfully. the problem is, i have another class that i need to execute which the application is using the data from db. can i execute jdbc and call the application class to executed after the data dragged from db?means, i just execute jdbc class in command prompt and automatically application class also executed
© Stack Overflow or respective owner