Java Compiler for mplab

Thread Starter

dayan

Joined Feb 1, 2009
3
Dear All
Please help me to find out java compiler to install MPLAB to program microcontroller likr 16f877
Thanks
 

AlexR

Joined Jan 16, 2008
732
To run Java in a PIC you would need to run a version JVM in the PIC.
Given the limitations on program memory, RAM and most significantly stack size of the PIC16 family, running JVM in the PIC would not be a feasible proposition.
 
Top