.net 4 フレームワーク用に PATH という名前の変数が既に設定されています。JAVA の変数を設定したいのですが、PATH 以外の変数名を使用すると Java が動作しなくなり、デフォルトの .net 変数名 PATH を別のものに変更すると、.net フレームワークで問題が発生します。解決策は?
よろしく、サンケット
.net 4 フレームワーク用に PATH という名前の変数が既に設定されています。JAVA の変数を設定したいのですが、PATH 以外の変数名を使用すると Java が動作しなくなり、デフォルトの .net 変数名 PATH を別のものに変更すると、.net フレームワークで問題が発生します。解決策は?
よろしく、サンケット
(From comment above)
You could always set the variables inside a launch script. I'm confused why you need different PATH values for running .NET and Java though. Your PATH usually tells the OS where to look for executables to run. If that's really what you're changing, then you should just take the union of the two. On Windows you just separate each path in the PATH with a semicolon.