jenkins - How get Netbeans 7.2 to use 32 Bit JVM -


so using netbeans develop jenkins groovy post build script.

jenkins runs in 32 bit mode (production cannot touch), netbeans wants run in 64 bit mode.

i can either environment work, problem need keep switching path variable right version of dll on path, switch time consuming , annoying.

i trying figure out how netbeans either run in 32 bit mode or change path variable in netbeans use 64 bit dll (something visual studio supports).

so far, nothing i've done has convinced netbeans use 32 mode , see no way change path netbeans ide.

suggestions?

so never did -d work properly. values provided there didn't seem reflected in environment have thought.

my eventual solution create small *.bat file doctors path before starting netbeans. love offer better solution.

 set path=%path:enu\auth\x86=enu\auth\x64% cd /d "c:\program files\netbeans 7.2" start "netbeans path override" "c:\program files\netbeans 7.2\bin\netbeans64.exe" --console suppress 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -