Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Where i can find Java for Mac OS X 10.8.3 ??? i need to use MicroChip debugger MPLAB ICD 3

I need to install MPLAB X IDE v1.70 for Microchip Debbuger MPLAB ICD 3. I download it from Microchip web-site and try to rub but it is asking to Java to proceed with installation. I try to find it of apple.com but nothing only for previous OS.


Thanks for your help in advance!

MacBook Pro with Retina display, OS X Mountain Lion (10.8.3), 15in display

Posted on Mar 20, 2013 2:08 PM

Reply
Question marked as Best reply

Posted on Mar 20, 2013 2:09 PM

Apple Java 2013-002

15 replies

Mar 20, 2013 2:52 PM in response to MAXIMUS SPORTS

Apple's Java turns it off automatically. It's difficult to enable it. Try installing Java SE Runtime Environment 7 1.7.0_17 instead. Same thing but Oracle installs a preference pane where you can enable and disable it. Should make it easier to get by. If you have other issues, though, you will need to contact the software developer for assistance since it won't be related to these Java installations but something else.

Mar 23, 2013 4:07 AM in response to MAXIMUS SPORTS

MAXIMUS SPORTS wrote:


Thank for your answrr! i try and got next:


The installer could not find a version of Java(tm) which could be used for MPLAB X.

Install Java 6 (JRE 1.6.n) from Apple. (This version of MPLAB X requires Java 6.)

I am using the Java 7 install from Oracle and my MPLAB X

works just fine along with My ICD 3. The debugger has worked

without issue with work I have been doing on both PIC18LF8722

and PIC32MX795F512L. This has been with the xc8 and xc32

compilers respectively. As far as the installers, I am not sure

if I had done updates before or after the JAVA update.


As I see there is an update to MPLAB X (1.7 currently running

1.6) I will try run the update and get back.

Mar 23, 2013 4:34 AM in response to MAXIMUS SPORTS

Well the update worked fine but on some more investigation

I have found the following:


According to JAVA Preference Panel I have this:

User uploaded file

However, in terminal I get this:


XXXXXXXXXX$ java -version

java version "1.6.0_37"

Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)

Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)


Not sure what is going on here as this was the Oracle package that

was used: jre 7uxxx-macosx-x64.dmg. Used the xxx since I am

not sure what the original version of the install was. Also, in the

MPLAB X about box, it is sayin it is using 1.6.

Mar 23, 2013 11:56 AM in response to woodmeister50

woodmeister50 wrote:

…in terminal I get this:


XXXXXXXXXX$ java -version

java version "1.6.0_37"

Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)

Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)


Not sure what is going on here….

What's going on is that the Terminal command tells you which Java 1.6 you have. That one's obsolete, since the latest is:


$ java -version

java version "1.6.0_43"

Java(TM) SE Runtime Environment (build 1.6.0_43-b01-447-10M4203)

Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01-447, mixed mode)


To determine your Java 1.7 version via the Terminal, you need to run:


$ /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -version



java version "1.7.0_17"

Java(TM) SE Runtime Environment (build 1.7.0_17-b02)

Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)

Where i can find Java for Mac OS X 10.8.3 ??? i need to use MicroChip debugger MPLAB ICD 3

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.