Git Product home page Git Product logo

Comments (6)

dleffler avatar dleffler commented on June 8, 2024

Also in 8.03

from jetbrains-wakatime.

alanhamlett avatar alanhamlett commented on June 8, 2024

I'm able to reproduce this, but haven't figured out what is causing this error yet.

from jetbrains-wakatime.

alanhamlett avatar alanhamlett commented on June 8, 2024

Compiling the release with IntelliJ 14 is causing this error for an unknown reason. I've released a new version compiled with IntelliJ 13 which works.

Please re-enable or re-install the WakaTime plugin, then restart your IDE.

from jetbrains-wakatime.

alanhamlett avatar alanhamlett commented on June 8, 2024

Turns out IntelliJ 14 is using the JRE 1.8 SDK but I only had 1.6 JRE on my machine, which is why it worked when compiled with IntelliJ 13.

from jetbrains-wakatime.

dleffler avatar dleffler commented on June 8, 2024

As a note, if you're using PHPStorm v8.0.x, you'll need to uninstall the broken version and reinstall the older version since the recompiled update doesn't apply to PHPStorm v8.0.x.

from jetbrains-wakatime.

sklirg avatar sklirg commented on June 8, 2024

I noticed this problem as well.
I'm running on a Macbook Air, OS X Yosemite.

The problem is that IntelliJ uses the OS X JRE by default, which is JRE 1.6.

The fix for me was to make IntelliJ run using the 1.8 JRE, which you can specify in /Applications/IntelliJ IDEA 14.app/Contents/Info.plist, where IntelliJ IDEA 14.app is the version/suite of IDEA application.

Search for they key/value pair

<key>JVMVersion</key>
<string>1.6*</string>

And change it to

<key>JVMVersion</key>
<string>1.8*</string>

This will make your IDEA start using JRE 1.8.

Source: Selecting the JDK version the IDE will run under

from jetbrains-wakatime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.