Midlet throws javax.microedition.rms.RecordStoreException: error opening record store file in Samsung emulator

StackOverflow https://stackoverflow.com/questions/3606312

  •  25-09-2019
  •  | 
  •  

문제

I'm using the Samsung SDK 1.2.0 Beta in Netbeans 6.8. I'm trying to test my midlet for accessing the record store management system.

This statement

 RecordStore rs = RecordStore.openRecordStore("Store", true);

runs fine when I'm using the Nokia SDK but it throws a RecordStoreException when I used it on Samsung.

도움이 되었습니까?

해결책

I already discovered what's wrong. I installed Samsung SDK to a different folder with spaces instead of installing it to the default folder which is "C:\Samsung_SDK_120_Beta" or to another folder without using spaces.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top