Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • He cannot change the string in-place, but surely he can replace the string his variable references (which is what he's doing). And + seems a fine operator to use..."The Java language provides special support for the string concatenation operator ( + )". Commented Jul 4, 2012 at 15:54
  • execpath_ = executable.concat("bin/"); Doesn't change it also. I'm so confused I'm literally stepping through it in the debugger, it doesn't make any sense Commented Jul 4, 2012 at 15:55
  • see stackoverflow.com/questions/1532461/… and stackoverflow.com/questions/4648607/… ...they are essentially the same Commented Jul 4, 2012 at 16:01
  • 1
    Thank you for helping me answer the question, instead of blinding just asking for more more more stuff that isn't relevant. Commented Jul 4, 2012 at 16:05