Heartsome TMX Editor and Java on Mavericks

61 views
Skip to first unread message

tex...@gmail.com

unread,
Jun 23, 2014, 5:54:50 PM6/23/14
to mac-for-t...@googlegroups.com
I was using the Heartsome TMX editor on Snow Leopard but my machine died and I am now setting up a new machine with OSX 10.9.3. I have downloaded and installed the latest version of Java JRE 8 something or other. I unzipped the Heartsome editor file and it presents me with a folder (no package manager/installer?), which I placed in my Applications folder. However, if I double-click the editor, it says that JE 6 is not installed and asks if I want to install it. Java is no longer supplied by Apple and Oracle doesn't recommend running earlier versions of Java for security reasons. Can Heartsome's editor work with the latest Java install? 

Robert Bononno

--


the net is vast and infinite. . .

Jean-Christophe Helary

unread,
Jun 23, 2014, 6:02:55 PM6/23/14
to mac-for-t...@googlegroups.com
There must be a .plist somewhere that specifies the Java version but I had not time to search for it.

Right-click on the application, open the package and check the files that are available.

Jean-Christophe 

--
--
You received this message because you are subscribed to the Google
Groups "Mac for Translators" group.
To post to this group, send email to
mac-for-t...@googlegroups.com
To unsubscribe from this group, send email to
mac-for-transla...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/mac-for-translators?hl=en
---
You received this message because you are subscribed to the Google Groups "Mac for Translators" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mac-for-transla...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hans van den Broek

unread,
Jun 23, 2014, 7:22:32 PM6/23/14
to Mac 4Translators

On 24 Jun 2014, at 05:02, Jean-Christophe Helary <jean.christ...@gmail.com> wrote:

There must be a .plist somewhere that specifies the Java version but I had not time to search for it.

This is what the plist says:


Don't understand it.

Cheers,

Hans

-- 

Hans van den Broek
Schrijf-, vertaal- en redigeerwerk


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Jean-Christophe Helary

unread,
Jun 23, 2014, 7:38:30 PM6/23/14
to mac-for-t...@googlegroups.com
Hans,

Thanks for checking.

The plist contents:

<array>
<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options:
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string>
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string>
-->

<snip>

</array>


If you want to use Java 1.8, modify to something like this:


<array>
<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options:
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string>
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string>
—>
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java</string>


<snip>

</array>

That should use the version currently installed.

I have not tried though.

Jean-Christophe 


On Jun 24, 2014, at 8:21 AM, Hans van den Broek <ir...@indo.net.id> wrote:


On 24 Jun 2014, at 05:02, Jean-Christophe Helary <jean.christ...@gmail.com> wrote:

There must be a .plist somewhere that specifies the Java version but I had not time to search for it.

This is what the plist says:

<Screen Shot 2014-06-24 at 06.16.32.png>

Don't understand it.

Cheers,

Hans

-- 

Hans van den Broek
Schrijf-, vertaal- en redigeerwerk


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

tex...@gmail.com

unread,
Jun 23, 2014, 7:38:40 PM6/23/14
to mac-for-t...@googlegroups.com
Yeah, there's a plist file. The relevant lines are: 

<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options:
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string>
<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string>

But I don't see the version that's installed, which is more recent. I'm not even sure of the exact Version number. However, the error message asks for Java 6. Obviously, there's some correlation between the numbers but I don't have it. 
Thanks. 
Robert

Jean-Christophe Helary

unread,
Jun 23, 2014, 7:42:25 PM6/23/14
to mac-for-t...@googlegroups.com

On Jun 24, 2014, at 7:23 AM, tex...@gmail.com wrote:

> Yeah, there's a plist file. The relevant lines are:
>
> <!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options:
> <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string>
> <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string>
>
> But I don't see the version that's installed, which is more recent. I'm not even sure of the exact Version number. However, the error message asks for Java 6. Obviously, there's some correlation between the numbers but I don't have it.

I’ve sent a number of mails on this list about java running on your system. Check them to make sure where Java is if you’re interested, otherwise just add the line I’ve sent as a reply to Hans. That should do it.


Jean-Christophe

tex...@gmail.com

unread,
Jun 24, 2014, 6:55:24 PM6/24/14
to mac-for-t...@googlegroups.com
OK. So I can simply add the line: 

<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java</string>

to the plist file, without any reference to a specific Java JRE version?

Java must be working fine because I just installed WordFast Pro and it's working fine (unless it incorporates its own Java runtime implementation). 

Robert

tex...@gmail.com

unread,
Jun 24, 2014, 6:55:44 PM6/24/14
to mac-for-t...@googlegroups.com
Hmm. OK. Weird. It's working fine now with no changes to the plist file. 


On Mon, Jun 23, 2014 at 7:38 PM, Jean-Christophe Helary <jean.christ...@gmail.com> wrote:

tex...@gmail.com

unread,
Jun 25, 2014, 7:43:41 PM6/25/14
to mac-for-t...@googlegroups.com
I think rebooting the system solved the problem. Must have registered the new Java installation or something. Not entirely sure. 


--
--
You received this message because you are subscribed to the Google
Groups "Mac for Translators" group.
To post to this group, send email to
mac-for-t...@googlegroups.com
To unsubscribe from this group, send email to
mac-for-transla...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/mac-for-translators?hl=en
---
You received this message because you are subscribed to the Google Groups "Mac for Translators" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mac-for-transla...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages