Thank you for the tutorial! I do have a question. Perhaps if I made two .java classes, one homepage and one for contact info. How would i link these two in the href? Could someone help me ou?
+Anna Jeanine Just copy paste whatever was typed for single java application right below it and rename the file name. i.e. copy paste the and tags as they were typed, and replace demo with one and two which are the java file names.
Mahesh Dhoundiyal While setting the path if you give the path properly then everything should work nicely. eg: If your drive is "D: then D:/tomcat/bin" like this will be the path.
Tip: Shift right click on explorer to open cmd in that directory
done perfectly and point to point as needed
thnx
+Shonil Dabreo Thank You !
Can you share the code written in Demo.java file
thanks a lot...
Do you have complete series on SERVLET
+WALI MASOOD Sorry , I don't have any such tutorial series. You can refer to books or other channel for that. Thanks for checking out the video !
Thanks dude..The video was very helpful to me
You're most welcome buddy :)
Thank you for the tutorial! I do have a question. Perhaps if I made two .java classes, one homepage and one for contact info. How would i link these two in the href? Could someone help me ou?
+Anna Jeanine Just copy paste whatever was typed for single java application right below it and rename the file name. i.e. copy paste the and tags as they were typed, and replace demo with one and two which are the java file names.
+64-bit Programmer you just saved my life! thank you very much!
I'm glad i could help you out ! Cheers ! :)
Mine doesn't find it. Completely ignores it for some reason... I can / into the folder but can't access any .java files within. Quite frustrating
Did you try running command prompt as Admin? Also make sure you're using right commands to navigate folders.
I'm using the right commands. I'm using a CentOS server so no access to command prompt in that regard. Just terminal
Don't you have root access to the OS? If not, you might have to change some settings in order to run it locally in your user home directory I think.
Yeah I was using root. Using root doesn't help it to see the java files unfortunately. Like they don't exist
Even though I can see the class files in those specific folders through FTP
smart explanation thank you so much......
what goes in the classes file
greate method sir
then how to compile
thank you very much
tooo good man..thanks
i hava an internal today on servlets hope i can execute ...
thx u
Belated, All the best to you :)
got A+
how to configure and install servlet jsdk2.0
Download JDK and Tomcat from the link given in the description and install them. After installation you can follow the steps from this video.
javac isnot recognized internal path what i do
first set the environment variable correctly and then Run the cmd as administrator for compiling
thank u
i have installed my tomcat in other directory than C:
Mahesh Dhoundiyal While setting the path if you give the path properly then everything should work nicely. eg: If your drive is "D: then D:/tomcat/bin" like this will be the path.