Eclipse several configurations

Source: Internet
Author: User

1) Open the directory where the selected files are located and select the file
Openexplorer
Https://github.com/samsonw/OpenExplorer/downloads
Place the jar package in Eclipse's plugins directory and re-eclipse

2) Open the Java file corresponding to the class file
A) External Tool configurations, program, New
B) Name:explorerclass
Location: Absolute path/explorerclass.bat
Working Directory: ${project_loc}
Arguments: ${resource_loc}
C) Explorerclass.bat
@echo off
Set fname=%1
Set fname=%fname:\src\main\java\=\target\classes\%
Set fname=%fname:.java=.class%
echo%fname% > C:/my.lx.txt

Explorer/n,/select,%fname%

3) Inc file association to JSP format
A) Add, File associations, JSP, Text, Content Types, General-
B) *.inc

Eclipse several configurations

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.