The path-variables tag has no wiki summary.
1
vote
1answer
36 views
Intellij 11.1.5 - Project specific path variable
I am using the Intellij 11.1.5. We are a large team, and have a pretty complex project setup. so we've made a template and when someone needs a new project set up, we just clone it and she is pretty ...
1
vote
3answers
105 views
How to remove entry from $PATH on mac
I was trying to install Sencha Touch SDK tools 2.0.0 but could not run it properly. It created an entry in the $PATH variable.
Later I deleted the sencha sdk tools folder but didn't realize that the ...
2
votes
1answer
185 views
How to use PHP path inside JWplayer Javascript
How do I write my php path with variables inside the embedded JWplayer Javascript?
I am new to php and have no code experience in Javascript.
I would appreciate any help.
**This absolute path ...
0
votes
1answer
441 views
How to set environment variable for C# debugging
I'm trying to load managed and native dll into my C# application. I want to set the PATH environment variable, so the application can find the dlls to be loaded. In C++ that's easy, but how can I do ...
0
votes
2answers
343 views
python is not recognized as an internal or external command
I try to install this software . for that python is required to install in your system.
For that when I install python from here of name python-2.7.3.msi.
I am working on Windows 7.
Hierarchy of my ...
0
votes
1answer
274 views
%AllUsersProfile%(%PROGRAMDATA%) gives a repetitive file path
I have an application written in C#, and I am seeking to write some information to the hidden ProgramData in order to access the same connection string from both the application's front end and back ...
4
votes
1answer
144 views
How do I use boost bcp?
I have the bcp tool, it came pre-built with the boost installer. I'd like to extract the dependencies I need from boost into a smaller file, since I'd like to be able to build this project at school. ...
0
votes
1answer
671 views
Stuck on setting up git-tf for OSX Mountain Lion xCode - TFS integration
I have been trying to follow the instructions (Git-TF_GettingStarted.html) to set up git - tf integration from xcode to TFS 2010
I think my problem is setting up the path variables correctly.
I am ...
0
votes
1answer
158 views
Spring is not mapping @pathVariables correctly to the correct variables
We're having an issue where the values that we take in via @PathVariable or via binding under moderate load are getting assigned to the wrong variables.
For doing these tests we're always hitting the ...
0
votes
1answer
1k views
Can Spring MVC's REST framework accept query strings rather than PathVariables?
In all the tutorials and articles I have read regarding Spring 3's RESTful additions to Spring MVC, I have only ever seen one way for the use to pass in query data, via a @PathVariable, like so:
...
1
vote
2answers
545 views
@PathVariable List<UUID> in Spring MVC
In a Spring MVC controller a @PathVariable Long... ids get resolved fine when passed input like 1,2,3.
If the parameter is declared as @PathVariable UUID... ids then the comma-separation doesn't ...
0
votes
1answer
462 views
Spring mvc 3 : How to get path variable in an interceptor?
In Spring MVC controller, I can get path variable using @PathVariable to get the value of a variable defined in @RequestMapping. How can I get the value of the variable in an interceptor?
Thank you ...
1
vote
0answers
197 views
Programmatically creating servlet path and variables with Jetty
I'd like to be able to programmatically register servlet context paths with variables in Jetty, but I can't seem to figure out how to do it in Jetty by itself.
There are a few requirements that are ...
5
votes
2answers
272 views
Do I need the Perl bin directory in the PATH to run perl programs (on Windows)?
Traditionally, I would just have C:\perl\bin in my PATH variable, but due to version conflicts I would like to keep different perl versions at locations C:\Perl-versionXY\bin and just execute my Perl ...
2
votes
1answer
802 views
How to use path variable instead of request parameter with AngularJS $resource
There is probably an easy way to do this but I can't seem to find out how.
When I click on my delete button shown below angular hits the following url:
http://localhost:8080/rest/managedCourse?id=3
...
3
votes
1answer
2k views
Multiple @PathVariable in Spring MVC
Couldn't find an answer to this unfortunately so hoping someone can help.
In Spring MVC 3.1.0 here is my method:
@RequestMapping(value = "/{app}/conf/{fnm}", method=RequestMethod.GET)
public ...
0
votes
2answers
259 views
A question mark within a @PathVariable in Spring MVC?
Within the @Controller of a search engine:
@RequestMapping(value = "/search/{query}", method = RequestMethod.GET)
public String search(@PathVariable String query) {}
If a user wants to search ...
0
votes
3answers
339 views
Strange systems permissions warnings when running processes in bash
I am getting the following warnings when I run homebrew or any of the ruby web servers locally.
Does anyone know how to get them to go away?
larson:local larson$ brew doctor
...
2
votes
1answer
1k views
Passing an Array or List to @Pathvariable - Spring/Java
I am doing a simple 'get' in JBoss/Spring. I want the client to pass me an array of integers in the url. How do I set that up on the server? And show should the client send the message?
This is what ...
0
votes
1answer
450 views
How can I add a directory to my PATH in Mac OS X 10.7?
I created an alias for a command that uses a file from one of my directories.
This alias is loaded in .bash_profile in the following format:
alias NAME_OF_COMMAND='ssh -i NAME_OF_KEYFILE ...
4
votes
2answers
3k views
PathVariable in Spring Controller
I'm trying to map the url /locations/{locationId}/edit.html - that seems to work with this code:
@Controller
@RequestMapping( "/locations" )
public class LocationController
{
@RequestMapping( value ...
0
votes
1answer
453 views
Eclipse conditional path variables
Is it possible to set conditional path variables in Eclipse? This would be useful for instance for a custom builder (which is stored with the project in Indigo - I think this wasn't the case in old ...
0
votes
2answers
841 views
<mvc:resources> and PathVariable
Please help me to resolve the following issue! I have the config:
<mvc:resources location="/images/" mapping="/images/**"/>
<mvc:resources location="/css/" mapping="/css/**"/>
...
0
votes
1answer
453 views
@PathVariable equivalent for Spring 2.5
I am working on some legacy code running Spring 2.5. I need to use something similar to Spring 3's @PathVariable...anything similar available in Spring 2.5?
0
votes
1answer
317 views
How to get PathVariable (String) in a Controller method
@RequestMapping(value = "/user/search/{email}")
public String auditUseremail(@PathVariable("email") String email,Map<String, Object> map) {
System.out.println(email);
}
this is my ...
0
votes
1answer
389 views
@PathVariable and @RequestMapping issues
I would like to send only the requests ending in .html through dispatcher-servlet and all other requests handled directly, so I have mapped that in web.xml..
<servlet-mapping>
...
1
vote
3answers
2k views
Spring 3.0 multiple @PathVariable's problem
In my application I have to compare 3 products for that in my controller I mapped request as
@RequestMapping(value = "/products/{proId1}Vs{proId2}Vs{proId3}", method = RequestMethod.GET)
public ...
0
votes
2answers
2k views
c++ cygwin and eclipse - binary not found error
I've spent hours looking up how to fix this problem but nothing has worked. I have eclipse Indigo with CDT and ive downloaded cygwin and packages such as g++, make file, etc. When I try to execute any ...
0
votes
2answers
62 views
What do I need to read to understand $PATH
I'm new to programming/development and I'm having trouble installing development tools.One of my biggest problems when installing something is understanding the shell or terminal (are they the same ...
3
votes
2answers
2k views
Can @PathVariable return null if it's not found?
Is it possible to make the @PathVariable to return null if the path variable is not in the url? Otherwise I need to make two handlers. One for /simple and another for /simple/{game}, but both do the ...
1
vote
0answers
401 views
URI Templates @RequestMapping problems
I want to use URI templates in the @RequestMapping path value, but I've some problem.
I receive Status 404 if @RequestMapping value is /finduser/{username} but if I change in /{username} everything is ...
1
vote
2answers
2k views
Update Windows path variable when Java is updated automatically?
This question asks how to setup your path variable in Windows to include the Java bin directory allowing you to use the javac command from the prompt. The solution posted to this question states you ...
13
votes
7answers
37k views
javac not working in windows command prompt
I'm trying to use javac with the windows command prompt, but its not working.
After adding the directory "C:\Program Files\Java\jdk1.6.0_16\bin\" to the end of the environment path variable, the java ...
1
vote
1answer
944 views
FDT / Eclipse : path variable
I am trying to create a script that would list all the linked libraries in an FDT project and their corresponding svn repositories.
My problem : I was not able to find the file on my system where ...
18
votes
10answers
7k views
How do I manipulate $PATH elements in shell scripts?
Is there a idiomatic way of removing elements from PATH-like shell variables?
That is I want to take
PATH=/home/joe/bin:/usr/local/bin:/usr/bin:/bin:/path/to/app/bin:.
and remove or replace the ...
4
votes
9answers
4k views
How to keep from duplicating path variable in csh
It is typical to have something like this in your cshrc file for setting the path:
set path = ( . $otherpath $path )
but, the path gets duplicated when you source your cshrc file multiple times, ...
