Results 1 to 2 of 2
Thread: my first jsp code
- 11-07-2007, 10:32 AM #1
Member
- Join Date
- Nov 2007
- Posts
- 1
- Rep Power
- 0
my first jsp code
hi all
i am new to jsp
i am looking in to this example first...
and save as helloworld.jspJava Code:<html> <head> <title>My first JSP page </title> </head> <body> <%@ page language="java" %> <% out.println("Hello World"); %> </body> </html>
at present am using linux machine i.e. fedora7.
when i open this page through firefox browser.. it displaying like this
can you please help me<%@ page language="java" %> <% out.println("Hello World"); %>
thank you in advance
- 04-29-2008, 09:14 AM #2
Member
- Join Date
- Dec 2007
- Location
- Mumbai, India
- Posts
- 37
- Rep Power
- 0
Similar Threads
-
I need help fixing my code.. or non code?
By MrHuggykins in forum New To JavaReplies: 1Last Post: 03-19-2008, 10:12 PM -
Pls some one to help mi wit this code
By _nik_ in forum New To JavaReplies: 3Last Post: 02-10-2008, 02:02 AM -
tic tac toe code
By zoe in forum New To JavaReplies: 1Last Post: 07-23-2007, 04:36 PM -
Need help with my code.
By stormviper in forum New To JavaReplies: 0Last Post: 07-12-2007, 03:18 PM -
Generating Code Automatically Using Custom code Template In Eclipse
By JavaForums in forum EclipseReplies: 1Last Post: 04-26-2007, 03:52 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks