That's right, we switched to 7 with the upcoming version. As this environment is a security requirement with our customers we didn't see any problems here...
In reality the code is not really dependent on version 7 - besides the fact that eclipse code completÃon will create an ugly syntax artifact (creation of generic instances without concrete type, like new ArrayList<>, where this information is redundant) that was not supported earlier. Adding types will make the code compile... But installing Java 7 JDK *without* installing the accompanying JRE into the system *should* do the job. In eclipse, using Preferences->Java->Installed JREs you can select this JDKs directory, est it as default and you should be fine. And if you're not a Java user there should be no risk anyway :-) On Mon, Aug 5, 2013 at 8:10 PM, Ludovic Rousseau <[email protected] > wrote: > 2013/8/4 Michael Traut <[email protected]>: > > Hello, > > > > this is only a small add-on to your appreciated work in the PCSC domain. > We > > have to thank you. > > > > We have been new to git with this release, so we missed the "best > practice > > tip" to create eclipse projects one level below the git module. That > said - > > after a clone you can import the the root directory directly via > > File->Import->General->Existing projects. With a current eclipse and > Java 7 > > it should compile immediately. If you want to compile *everything* from > > source, you should also clone the "intarsys/runtime" and > "intarsys/native-c" > > respositories and treat them the same way. The dependencies into > "runtime" > > are quite small but to much to get rid of (at least for this release). > > I only have Java 1.6.0_51 on my Mountain Lion OS X system. The wrapper > needs Java 1.7 :-( > > I know could install Java 1.7 from Oracle and try again. But I do not > want to break my system. I am not a Java expert (or even user AFAIK). > > Thanks > > -- > Dr. Ludovic Rousseau > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.musclecard.com/mailman/listinfo/muscle_lists.musclecard.com >
_______________________________________________ Muscle mailing list [email protected] http://lists.musclecard.com/mailman/listinfo/muscle_lists.musclecard.com
