- This topic has 7 replies, 3 voices, and was last updated 16 years, 3 months ago by
rmcvay.
-
AuthorPosts
-
rmcvayMemberThe subject says it all. Ctrl-clicking a Java class like String gives you a “can’t find the source for rt.jar” error. Not exactly a bug I guess so I mentioned it here. (ME 711 Blue)
March 25, 2009 at 2:16 am #296669
Loyal WaterMemberNoted down. Thank you for your feedback.
March 25, 2009 at 2:36 am #296670
Ton HuismanMemberWhat other IDE has this ‘feature’? Normally you have to agree to a SUN license agreement to be able to download the JDK sources, and what would make ME special to avoid that? Or would we have to agree to another EULA, that nobody reads, during installation.
I don’t see the point, as it would increase the download size with another 60 MB or so, and it already isn’t quite small.
TIA
TonMarch 25, 2009 at 11:09 am #296728
rmcvayMemberRAD, maybe NetBeans if they have an all-in-one installer.
Normally you have to shake hands with Sun to get the JDK, too. In my mind Genuitec has already done all the background agreements or they wouldn’t be able to include the JDK in the first place. Hey, what’s a 100 meg between friends anyway. 🙂 It appears the source is there for the JEE stuff, which is usually harder to come by.
March 25, 2009 at 3:05 pm #296770
Ton HuismanMemberAFAIK, ME only comes with a JRE, not a full JDK, and requires an additional install session to get a fitting JDK for your requirements…
HTH
TonMarch 26, 2009 at 4:11 pm #296839
rmcvayMemberI’ve assumed the bundled JDK is a full JDK because it has a compiler. Could be a bad assumption on my part.
March 26, 2009 at 5:38 pm #296844
Ton HuismanMemberIt’s using the Eclipse provided compiler (don’t know how that works/happened, just read it somewhere). First thing I do after creating a new project or installing a newer ME-version is to select a proper JDK to be able to compile using Ant, using our standard project-ant files.
Just found that the source for JDK 6 release 13/14 is a whopping 130 MB+, compared to the 50 MB of JDK 5’s sources, sure I wouldn’t want that for an extra download, ‘just for the fun of it’. If I/you really need it, just go out and get it from the original source: java.sun.com, it’s a lot easier to get now then it was about a year ago…HTH
TonMarch 27, 2009 at 12:02 pm #296886
rmcvayMemberThanks for the heads up.
-
AuthorPosts