Eğitim Teknolojileri Uzmanı, Eğitim Danışmanı, BTK Akademi Eğitmeni, Microsoft Açık Akademi, Vakademi Eğitmeni, Udemy Eğitmeni, Abaküs Kitap Yazarı, Python, C#, SQL Server, ADO.NET EF, WinForms, ASP.NET, Visual Studio, Amiga, Commodore 64
9 Ağustos 2016 Salı
Java Runtime Environment must be available in order to run Eclipse (Hata Çözümü)
A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations:
C:\Program Files\Java\jre1.8.0_xx\bin
Eclipse çalıştırılacak olan bilgisayarda JRE ya da JDK yüklü olmalıdır. Aranan klasörde bulunamadılar gibi bir hata verilmiş.
Geliştirme yapacaksak tercihen JRE yerine JDK kurmak daha uygun olur.
Bu hata JRE hiç kurulmamış olduğu için ya da Eclipse normal çalışırken kurulan bir JRE güncel sürümünün uyumsuzluğu yüzünden de alınmış olabilir.
Normal zamanda çalışan Eclipse çalışmaz hale geldi ise ve biz JAVA_HOME tanımlamasının doğru olduğuna emin isek, JRE ya da JDK yı yeniden kurmak çözüm olacaktır.
Bu da çözüm olmaz ise; son çare Eclipse yeniden kurulur. (Böyle bir şeye gerek olmaz inşallah)

29 Şubat 2012 Çarşamba
Developer Efficiency - XCode, Eclipse, Visual Studio
Disclaimer: Apple, Google, and Microsoft are all great American companies. I use technology from all 3 every day. I want them all to succeed. They all have good and bad points.
The video shows a "Hello World" app being created simultaneously for iPhone, Windows Phone, and Android. But the point here is not about phone platforms, that's just a way to create an equal playing field.
The code to implement the "logic" of the app is essentially the same on all platforms. However, in Visual Studio it only takes about 35 seconds to accomplish the task at hand, since there is no additional "plumbing" code needed to make it work.
Obviously this is a trivial example, but imagine how the trend would continue on a more complex app. Would you rather spend your time improving an app, or just making it run?

18 Eylül 2010 Cumartesi
Java Dersleri - DrJava (Ücretsiz IDE) Download
