- Install the JDK and Netbeans 7.3.
- Download the files in http://repo1.maven.org/maven2/junit/junit/3.8.2 and put them under <local user>\.m2\repository\junit\junit\3.8.2.
- Download the files in http://repo1.maven.org/maven2/junit/junit/4.10 and put them under <local user>\.m2\repository\junit\junit\4.10.
- Download org-netbeans-libs-junit4.nbm from http://dlc.sun.com.edgesuite.net/netbeans/updates/7.3/uc/final/certified/modules/extra/
- Download org-netbeans-modules-junitlib.nbm from http://dlc.sun.com.edgesuite.net/netbeans/updates/7.3/uc/final/certified/modules/extra/
- Start Netbeans, go to Tools/Plugins/Downloaded/Add Plugins, select org-netbeans-libs-junit4.nbm and org-netbeans-modules-junitlib.nbm, press install. After about 30 seconds you should see the success message.
Monday, April 15, 2013
Installing Junit Offline on Netbeans 7.3
To install JUnit with Netbeans 7.3, you normally need an internet connection during the installation of Netbeans. If that is not the case for you, here is how you do it offline:
Subscribe to:
Post Comments (Atom)
2 comments:
Had problems getting older Swing applications developed in NB6.5.1 running on anything above 7.
Following above, they now work perferctly... Thanks Man.
Just To Clarify is in "C:\Documents and Settings\". That one caught me for a few minutes.
I have try it on windows 8 with netbeans 7.4 and is not working.
thanks
Post a Comment