fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Missing artifact error #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am getting following error while creating a new Maven project

Missing Artifact error

Missing artifact com.sun:tools:jar:1.6  pom.xml /firstgame  line 4  

Maven Dependency Problem

I followed all the instruction mentioned inside Getting started page...

Original issue reported on code.google.com by dron...@gmail.com on 2 Feb 2012 at 1:20

GoogleCodeExporter commented 9 years ago
There are a few solutions to this posted at 
http://stackoverflow.com/questions/8375423/missing-artifact-com-suntoolsjar -- 
personally, I just added the following command line parameters to my shortcut 
to Eclipse, and it works just fine...

 -vm "C:\Program Files\Java\jdk1.6.0_29\bin"

Original comment by matthew....@gmail.com on 2 Feb 2012 at 3:36