Keytool is not recognized as an internal or external command

You are getting that error because the keytool executable is under the bin directory, not the lib directory in your example. And you will need to add the location of your keystore as well in the command line. There is a pretty good reference to all of this here – Jrun Help / Import certificates | Certificate stores | ColdFusion The default truststore is … Read more

Java “.class expected”

Java already knows the type of the method parameter; you don’t need to specify it when you call the method. Should be: This is assuming, of course, that you actually have a method nextInt defined. (I don’t see it in your code sample)

Getting Keyboard Input

You can use Scanner class Import first : Then you use like this. Side note : If you are using nextInt() with nextLine() you probably could have some trouble cause nextInt() does not read the last newline character of input and so nextLine() then is not gonna to be executed with desired behaviour. Read more in how to solve it in this previous question Skipping nextLine … Read more

Java returns error “Cannot instantiate the type”

Car is an Abstract class you cannot create an instance of it. you can potentially do something like keep in mind that you will need to call the super constructor, but then you will be able to create an instance of the FordFocus car type

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)