
- Forum
- Programming Talk
- Java
- How To Open .jsp Files?
How To Open .jsp Files?
This is a discussion on How To Open .jsp Files? within the Java forums, part of the Programming Talk category; How To Open .jsp Files?...
-
How To Open .jsp Files?
How To Open .jsp Files?
-
03-19-2007, 06:11 PM #2
- Join Date
- Mar 2007
- Answers
- 1
It's a Java (server page) file...you'd need a Java editor. You can open it in any browswer (though it may look funny in IE--Firefox will simply display the code). Dreamweaver or something like it (a web editor) is your best bet. Notepad is another option.
java.sun.com
-
-
to edit .jsp you can use editors as mentioned above.. But see their output they need to be deployed on a Java Application Server (like Tomcat, WebLogic, etc) and then you can open them in browser by giving proper path..
-
you can open as edit or if you want to run these files then put this file to root of tamcat and you can run through browser.
-
You can open JSP file in notepad, here are few editors that you can use to open the JSP files in Taxtpad; HTML Kit
-
Easily customize your Maximo 5 screens with a drag & drop editor!
-
You can open .jsp file in any editor like notepad,editplus,macromedia dreamwaver but if you want to run it you need to deploy in servers like tomacat,glassfish..etc.
My suggestion is download open sources like eclipse or netbeans IDE where you can create your own jsp files and you can run directly.
-
03-07-2011, 03:20 PM #9
NetBeans is the best way to open,edit and run JSPs! It has Sql and GlassFish servers! Get ur hand on NetBeans now!
-
Sponsored Ads

Reply With Quote






