kenu님의 블로그에서 Eclipse 3.6 Helios가 새로 출시되었다는 소식을 듣고 Eclipse 3.6 Helios를 설치하였습니다.

설치후 실행할때 아래와 같은 오류가 나오더군요.

Failed to create the Java Virtual Machine 이라는 창이 뜹니다.


실행할때 나오는 Failed to create the Java Virtual Machine 이라는 에러는 이클립스가 JVM을 못찾아서 나오는 에러입니다.

해결방법은 eclipse.ini에 아래와 같은 내용을 추가를 합니다.

-vm

C:/Program Files/Java/jdk1.6.0_16/bin/javaw.exe

JVM을 지정하는 부분을 넣어서 인식해주면 됩니다.

-vm 

(JDK 설치된 폴더)\bin\javaw.exe

eclipse.ini에 아래와 같은 내용이 나오는데 아래와 같이 굵은 표시가 보이는 곳에 -vm (JDK 설치된폴더)\bin\javaw.exe를 추가하시면 됩니다.

-startup

plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503

-product

org.eclipse.epp.package.jee.product

--launcher.defaultAction

openFile

--launcher.XXMaxPermSize

256M

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

256m

--launcher.defaultAction

openFile

-vm

C:/Program Files/Java/jdk1.6.0_16/bin/javaw.exe

-vmargs

-Dosgi.requiredJavaVersion=1.5

-Xms40m

-Xmx512m

이클립스를 실행하니 Helios가 나오면서 아래와 같이 나오더군요.

Eclipse 3.6 HELIOS (이클립스 3.6 헬리오스)

Eclipse 3.6 HELIOS 첫 실행화면.


지금 Eclipse 3.6 Helios를 사용해보니 이전 버전인 갈릴레오보다 뭔가 더 좋아졌네요. 

뭔가 매우 친절해진 메세지며, Eclipse Marketplace가 추가, 웹브라우저 지정도 가능해서 IE로 html볼지 Firefox에서 볼지를 선택 짖정도 가능하더군요.


Buy me a coffeeBuy me a coffee



저는 Nokia 6210s을 사용하면서 뭔가 프로그램을 만들어 보고 픈 욕구가 있었습니다. 그러나 이놈의 귀차니즘과 개발 툴 설치하는 것도 까다롭고 하는 장벽이 있어서 이제서야 Nokia 6210s에 재미 삼아 프로그래밍을 해보게 되었습니다.

제가 블로그에 작성하는것은,  Nokia폰에 들어가는 Symbian 어플리케이션을 만드는 방법중에서 Widget으로 만들어보는 것입니다.

우선, Widget을 만들어 보려면 Aptana라는 IDE가 필요합니다.

Aptana 설치 - http://aptana.com/studio/download

Aptana는 아주 유명한 웹개발 툴로 Eclipse를 확장한 IDE입니다. 해외에선 자바스크립트 개발 도구로 자리 잡은 유명한 툴입니다.

저는 아래와 같이 Aptana를 설치를 하였습니다.

Aptana Studio - Eclipse clone IDE

Aptana Studio - Eclipse clone IDE



이제는 Nokia폰에 들어가는 Symbian Widget을 개발하려면 Aptana IDE에 Nokia WRT Plug-in을 설치해야합니다.

Nokia Web Runtime Plugin Installation for Aptana Studio & Aptana Stdio Plugin for Eclipse
http://tools.ext.nokia.com/wrt/prod/aptana/plugin/

아래 화면은 사이트의 화면입니다.

Nokia Web Runtime Plugin Installation for Aptana Studio & Aptana Stdio Plugin for Eclipse

Nokia Web Runtime Plugin Installation for Aptana Studio & Aptana Stdio Plugin for Eclipse



위 사이트에서는 Aptana IDE에 Nokia WRT Plug-in을 설치하는 내용을 설명합니다. 영어라도 생각보다 어렵진 않습니다.


아래 동영상은 Nokia WRT Plug-in을 설치한후, Twitter 클라이언트를 만드는 예제를 보여주고 있습니다.

Nokia WRT Plugin 2.0 for Aptana Studio from Aptana, Inc. on Vimeo.

A quick overview of the 2.0 version of the Nokia WRT Plugin for Aptana Studio, including some of its new Device Preview, Platform Event Simulation and Homescreen Widget capabilities. There's an example of creating a simple twitter client for Aptana and deploy the backend code to Aptana Cloud.


아래 동영상은 Nokia WRT Plug-in 설치후 RSS를 불러들여 쓸수 있는 예제를 보여주고 있습니다.

Nokia WRT Plugin For Aptana Studio from Aptana, Inc. on Vimeo.

Take a look a the cool features of the Nokia WRT plug-in for Aptana Studio. We'll cover everything from getting started with widget development to actual deployment to your Nokia device.


Buy me a coffeeBuy me a coffee

+ Recent posts