Similar to MJH's answer, but instead of cmd.exe, you could specify the following path to the executable to avoid having the Invite de commandes showing up:
javaw.exe -jar "C:\path\to\your\executable.jar"
Si vous êtes the developer of the Java project, you might want to see my answer on StackOverflow as to getting it to play nicely with Windows 7.