Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Errors in projects #1

@pakus

Description

@pakus

Hi,

I downloaded and imported into the Eclipse the latest version of JDE Samples from Github repositories. Unfortunately, some projects cannot be build because of errors. I attach below errors details and proposed solution.

Project: PreprocessorDemo
Source file: PreprocessorDemoScreen.java
Error Message: '#endif' missing
Solution: add #endif command after import packages with touch API

Project: CommunicationAPIDemo
Source file: Utils.java, FullWidthButton.java
Error Message: Syntax error on token(s), misplaced construct(s)
Solution: Utils.java and FullWidthButton.java files are corrupted. They need to be replaced with appropriate files from JDE IDE.

Project: CommunicationAPILocalHelper
Source file: Utils.java, FullWidthButton.java
Error Message: Syntax error on token(s), misplaced construct(s)
Solution: Utils.java and FullWidthButton.java files are corrupted. They need to be replaced with appropriate files from JDE IDE.

Project: FMRadioDemo
Source file: FMRadioDemoPlayer.java
Error Message: FmTunerControl cannot be resolved to a type
Solution: FMTunerControl package is not imported. Add import net.rim.device.api.amms.control.fmradio.FmTunerControl; in the imports section.

Regards,

Maciek

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions