Botre Posted November 12, 2016 Share Posted November 12, 2016 I never change my .jar and I've never had problems. Programming against an outdated API, you're asking for trouble :p 4 Quote Link to comment Share on other sites More sharing options...
kazemaru Posted November 13, 2016 Share Posted November 13, 2016 great tutorial badly im still bad at this Quote Link to comment Share on other sites More sharing options...
Influx Posted November 19, 2016 Share Posted November 19, 2016 Very good read, will definitely be experimenting using this thread when i fancy a bit of coding ty Quote Link to comment Share on other sites More sharing options...
Influx Posted November 23, 2016 Share Posted November 23, 2016 Amazing post @Apaec , definitely going to experiment when i have free time! Quote Link to comment Share on other sites More sharing options...
brouse Posted December 3, 2016 Share Posted December 3, 2016 Bit confusing to begin with, but overall, nice guide. Quote Link to comment Share on other sites More sharing options...
skillrus Posted December 9, 2016 Share Posted December 9, 2016 When i attempt to run eclipese it is telling me that i need jre or jdk. not sure where to ge tthose? Quote Link to comment Share on other sites More sharing options...
Apaec Posted December 9, 2016 Author Share Posted December 9, 2016 When i attempt to run eclipese it is telling me that i need jre or jdk. not sure where to ge tthose? http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html JRE is a java runtime environment, essentially all you need to run java applications. JDK is the java development kit, which contains the JRE. For this, I think you need to install the JDK. You should find a download link on that page ^ Cheers for stopping by! apa Quote Link to comment Share on other sites More sharing options...
skillrus Posted December 9, 2016 Share Posted December 9, 2016 http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html JRE is a java runtime environment, essentially all you need to run java applications. JDK is the java development kit, which contains the JRE. For this, I think you need to install the JDK. You should find a download link on that page ^ Cheers for stopping by! apa Thank you so much i am looking forward to to starting my scripts 1 Quote Link to comment Share on other sites More sharing options...
Aliasviejo Posted December 14, 2016 Share Posted December 14, 2016 Love this guide, thanks Apaec Quote Link to comment Share on other sites More sharing options...
skillrus Posted December 15, 2016 Share Posted December 15, 2016 ok so i fixed the jdk, jde error but now i have a a lot of red underlines. Quote Link to comment Share on other sites More sharing options...
Apaec Posted December 15, 2016 Author Share Posted December 15, 2016 ok so i fixed the jdk, jde error but now i have a a lot of red underlines. Awesome, try hovering your mouse over the lines - what does it say, and have you tried any of the proposed solutions? Quote Link to comment Share on other sites More sharing options...
skillrus Posted December 15, 2016 Share Posted December 15, 2016 so looking into when i hover over the errors it tells me to change project compliance and jre to 1.5, looks like i might have JRE 1.1 so im going to update that but could you tell me what it mean when it say change project compliance?. Quote Link to comment Share on other sites More sharing options...
Apaec Posted December 16, 2016 Author Share Posted December 16, 2016 so looking into when i hover over the errors it tells me to change project compliance and jre to 1.5, looks like i might have JRE 1.1 so im going to update that but could you tell me what it mean when it say change project compliance?. The project compliance is essentially the version of java which your project is running on. It may well be that your project is for whatever reason running on an outdated version and you may need to update it, as you said Quote Link to comment Share on other sites More sharing options...
Prolax Posted December 16, 2016 Share Posted December 16, 2016 so looking into when i hover over the errors it tells me to change project compliance and jre to 1.5, looks like i might have JRE 1.1 so im going to update that but could you tell me what it mean when it say change project compliance?. We are at Java 1.8 already. You should update for sure. Quote Link to comment Share on other sites More sharing options...
Hafdellaren Posted December 25, 2016 Share Posted December 25, 2016 (edited) Hi, so what "execution environment JRE" should i use? It's set as CDC-1.1/Foundation-1.1 by default. Thanks Edited December 25, 2016 by Hafdellaren Quote Link to comment Share on other sites More sharing options...