Botre Posted November 12, 2016 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
Influx Posted November 19, 2016 Posted November 19, 2016 Very good read, will definitely be experimenting using this thread when i fancy a bit of coding ty
Influx Posted November 23, 2016 Posted November 23, 2016 Amazing post @Apaec , definitely going to experiment when i have free time!
brouse Posted December 3, 2016 Posted December 3, 2016 Bit confusing to begin with, but overall, nice guide.
skillrus Posted December 9, 2016 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?
Apaec Posted December 9, 2016 Author 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
skillrus Posted December 9, 2016 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
skillrus Posted December 15, 2016 Posted December 15, 2016 ok so i fixed the jdk, jde error but now i have a a lot of red underlines.
Apaec Posted December 15, 2016 Author 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?
skillrus Posted December 15, 2016 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?.
Apaec Posted December 16, 2016 Author 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
Prolax Posted December 16, 2016 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.
Hafdellaren Posted December 25, 2016 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