Gonçalo N. Paiva Amador
Gonçalo N. Paiva Amador
Any prediction if or when they will be back? Also the NBAndroid url is also wrong its http://nbandroid.org/release81/updates/updates.xml as explained in https://bitbucket.org/nbandroid/nbandroid/wiki/Installation
Hi, 1-Create a Maven Java application in Netbeans 8.2 2-Modified the pom.xml as follows ```xml 4.0.0 maven AssimpMaven 1.0-SNAPSHOT jar com.github.kotlin-graphics assimp 4.0-beta16 UTF-8 1.8 1.8 ``` 3 - Modified...
Hi, Modified the POM.xml and the Settings.xml. pom.xml ```xml 4.0.0 maven AssimpMaven 1.0-SNAPSHOT jar jitpack.io https://jitpack.io com.github.kotlin-graphics assimp 4.0-beta16 jar UTF-8 1.8 1.8 ``` settings.xml ```xml ${user.home}/.m2/repository central Central Repository...
If I tried to create a Java Application and add the Jar as library I get the following error: ``` Compiling 1 source file to /home/gpaiva/Desktop/projects/code/modelos/Assimp/build/classes Running javac... /home/gpaiva/Desktop/projects/code/modelos/Assimp/src/assimp/Assimp.java:22: error:...
@elect86 tank for the feedback ... however how do I use the JDK8 branch of Assimp? Unsure how. In NetBeans I'm using branch 8.2 of the Java SDK in the...
Maven If possible I'll only need what to put to in either *.xml Afterwards I would like to add or provide a quick setup if you want to add to...
Hello, Don't I need to change anything in pom.xml ? Best regards