I use My Eclipse, a plugin for Eclipse, http://myeclipseide.org. It
works reasonably well and provides syntax coloring and XML validation
for JSPs, and if things are set up right, it will provide context
completion for standard JSP tags. I haven't had it work for JSTL tags,
but that could be a setu
Were you intending to retrieve a file from within a WAR or just a
random file on the web server box? The first case is much more
interesting than just opening streams.
-ed
On 4/15/05, Andrew Thorell <[EMAIL PROTECTED]> wrote:
> try{
> File file = new File("text.txt");
> FileReader in = ne
2 matches
Mail list logo