Posts by br1337 • 11 points
2 posts
-
0
votes4
answers6198
viewsA: Javac does not compile. java
Whenever accessing a system for programming in Java, run java -version to see if Java is installed. If already installed, this problem occurs because of non-set environment variables. The operating…
-
1
votes2
answers271
viewsA: Using data in the database
1-) Test the query in the database to see if it is returning data. 2-) Check that both SELECTS are correct, using the above step. 3-) Check that the application is running SELECT. 4-) Do not forget…