Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Created December 26, 2013 20:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanpeerdevelopment/8138492 to your computer and use it in GitHub Desktop.
Save vanpeerdevelopment/8138492 to your computer and use it in GitHub Desktop.
eclipse.bat file use in the setup of the development environment to open eclipse with all the environment variables set.
@echo off
cd %~dp0
call environment.bat
start %ECLIPSE_HOME%\eclipse.exe -data %ECLIPSE_WORKSPACE%
exit
@jonathasrochadesouza
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment