If you have another graphics-card in your computer, tell your computer to execute java via GPU only. (In the case of NVidia cards you can do this in the "NVidia Control center")
Adding "javaw.exe" to the program list in the control center and setting it to 'GPU only' usually fixes it.
This is the 'power saving GPU' that may have issues with full GL support and may cause the shaders to crash on startup.
You may also visit the site of the manufacturer of your graphics-card and get the latest beta drivers for your card, as the stock drivers usually update to 'safe' but not to 'optimized' versions for maximum performance and support of functions.
Also please install the 64bit Java Development Kit (JDK)
some drivers seem to link against extended java functions the default Java Runtime Environment (JRE) does not support.
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Check this page for downloads for your system. (Select 64 bit Offline for windows)