i'm almost certain you can't change it with java, however you can request a new one using the dos command "ipconfig /renew"...
using:
Code:
Runtime.getRuntime().exec( "cmd.exe \C inpconfig /renew");
if you know how to change it using c then you can use JNI to do it..