Git Product home page Git Product logo

Comments (6)

claudioc avatar claudioc commented on May 3, 2024

The problems seems to be related to Java 1.8, which outputs that warning thus stopping the compilation process.

The details are here http://www.draconianoverlord.com/2014/04/01/jdk-compatibility.html

from closure-templates.

claudioc avatar claudioc commented on May 3, 2024

Probably duplicated of https://code.google.com/p/closure-templates/issues/detail?id=62

from closure-templates.

claudioc avatar claudioc commented on May 3, 2024

If you can install JDK 1.7, you can compile the library with JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_72.jdk/Contents/Home ant

(using the currently available 1.7, of course)

from closure-templates.

Ubehebe avatar Ubehebe commented on May 3, 2024

@claudioc The project now has a pom.xml, so you should be able to type mvn package to build the JAR. The POM also specifies Java 1.7.

from closure-templates.

8Ozymandias avatar 8Ozymandias commented on May 3, 2024

I am getting the same thing in Android Studio. I am trying to set up Google Cloud Endpoints using the instructions provided on the Google Cloud Endpoints repository but when I follow the steps and rebuild the project I always get that error along with a few others. Could I get some help please?

image

from closure-templates.

btow avatar btow commented on May 3, 2024

Exactly the same problem in Android Studio 3.0.1 (Build #AI-171.4443003, built on November 9, 2017;
JRE: 1.8.0_152-release-915-b01 amd64; JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o; Windows 10 10.0).

`Executing tasks: [clean, :vksdk_library:assembleDebug, :ui:assembleDebug, :app:assembleDebug]

...
warning: [options] bootstrap class path not set in conjunction with -source 1.7
Note: C:\Users\bobkov-vv\AndroidStudioProjects-Gits\Reestore\core\src\main\java\ru\tinkoff\acquiring\sdk\requests\AcquiringRequest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
..,
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
...
BUILD SUCCESSFUL in 55s
85 actionable tasks: 80 executed, 5 up-to-date
`

from closure-templates.

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.