Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Windows PATH variable(How to set the PATH variable inside Eclipse to find Python?)
Windows PATH variable [message #1386494] Tue, 17 June 2014 20:45 Go to next message
Bjoern Thiel is currently offline Bjoern ThielFriend
Messages: 2
Registered: June 2014
Junior Member
Hi,

maintaining a Maven project that auto generates part of its code using a Python script I need the PATH set up properly.
Working on Windows 7 with different Python versions installed I want none of these hard coded in the global PATH variable.

So I usually set the variable within a batch or shortcut and start the Application afterwards. But unfortunately with Eclipse this does not work:
SET path=%path%;C:\Python27
START C:\eclipse\eclipse.exe -vm "C:\Program Files\Java\jdk1.7.0_60\bin\javaw.exe"

Python is only found if I set PATH globally.

What can I do?
Re: Windows PATH variable [message #1386543 is a reply to message #1386494] Wed, 18 June 2014 08:15 Go to previous message
Bjoern Thiel is currently offline Bjoern ThielFriend
Messages: 2
Registered: June 2014
Junior Member
As this only occurred using a shortcut and disappeared after modifying the global PATH variable (removing a duplicate) it seems to be a Windows problem.
Previous Topic:Unable to save .java files
Next Topic:JDT Source Code Repository
Goto Forum:
  


Current Time: Thu Apr 25 14:28:07 GMT 2024

Powered by FUDForum. Page generated in 0.25784 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top