This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270652 - Fatal Error unable to find package java.lang in classpath or bootclasspath on Netbans 8.2
Summary: Fatal Error unable to find package java.lang in classpath or bootclasspath on...
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: ME SDK Integration (show other bugs)
Version: 8.2
Hardware: Other Other
: P3 normal (vote)
Assignee: alexander.burdukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-15 17:06 UTC by SignalProcedures
Modified: 2017-05-26 00:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
In Attachement my code wich is taken from the oracle tutorial... (6.51 KB, text/html)
2017-05-15 17:06 UTC, SignalProcedures
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SignalProcedures 2017-05-15 17:06:03 UTC
Created attachment 164323 [details]
In Attachement my code wich is taken from the oracle tutorial...

After the installation of Java JDK 1.8.131 on Raspian Jessie Pixel(Raspberry PI 3.0 ) ,Java ME SDK 8.2 and NetBeans 8.2 with all Plugins i've an Fatal Error :unable to find package java.lang in classpath or bootclasspath .
Comment 1 alexander.burdukov 2017-05-15 17:55:14 UTC
JDK is not needed on Raspberry. Instead you must use Java ME 8.2 runtime on it. You can use Java ME SDK Device Manager tray icon to provision Java ME  Runtime to your Raspberry Pi.

Also, please, note that Java ME SDK supports NetBeans 8.1 only. We never tested it with NetBeans 8.2 (however, probably, it will work with it).
Comment 2 SignalProcedures 2017-05-16 04:56:25 UTC
With other Words i must desactivate JDK or its sufficient to start the Java ME SDK Device Manager tray icon and connect to a IP adress?
Comment 3 SignalProcedures 2017-05-18 04:44:11 UTC
Hello when i install JavaME SDK everytime i can't choose the automatically platform CLDC emulator in the wizard:No platform available !!! The sign in my 
Java SDK Folder with a little Diskette is here.The problem is since i use raspberry pi and Netbeans without success could you give me a tip to install it correctly?Thanx
Comment 4 alexander.burdukov 2017-05-26 00:45:51 UTC
1. You can keep JDK, but it is not used by Java ME
2. Concerning NetBeans:
    1) Use NetBeans 8.1 (not 8.2 since it is not supported)
    2) Install MESDK NetBeans plugins. After installation and NetBeans restart the Java ME platform will be registered automatically.

For more information, please read the documentation at: http://docs.oracle.com/javame/8.2/javame-dev-tool.htm
It contains all information you need including step-by-step installation instructions.