When I installed the j2sdk on my computer, I set the
environmental and system variables to be able to run javac from the
command line! But it doesn't work out! I should always give the full
path where the Java compiler is to run the code!What shall I do?
I have studied JDBC tutorial recently and I am trying to
access a database in SQL Server 2k. What shall I use in the url
place of the Connection.DriverManager(url,"myUsr","myPass") to get
connected to my database?