Giter Site home page Giter Site logo

编译错误 about jyso HOT 7 CLOSED

CaledoniaProject avatar CaledoniaProject commented on July 24, 2024
编译错误

from jyso.

Comments (7)

qi4L avatar qi4L commented on July 24, 2024

在libs中有

from jyso.

CaledoniaProject avatar CaledoniaProject commented on July 24, 2024

我用 gradlew shadowJar 编译就提示这个,似乎是gradle不会用libs目录下的文件

from jyso.

qi4L avatar qi4L commented on July 24, 2024

可以看之前的Issues

from jyso.

CaledoniaProject avatar CaledoniaProject commented on July 24, 2024

两个问题

  1. 你为什么不默认就改成
    implementation files('libs/jai-core-1.1.3.jar')
    implementation files('libs/weblogic-server.jar')

  2. java版本这个也得注释掉才行
    compileJava {
    options.compilerArgs << '-XDignore.symbol.file'
    options.fork = true
    // options.forkOptions.executable = 'C:\env\JAVA\corretto_jdk1.8.0_412\bin\javac.exe'
    }

from jyso.

qi4L avatar qi4L commented on July 24, 2024

我的环境打包和编译没有任何问题,我只是在解答你的问题

from jyso.

CaledoniaProject avatar CaledoniaProject commented on July 24, 2024

@qi4L 大佬,还是有问题的,

  1. com.sun.xml.security一个包不存在,我加了
    implementation group: 'com.sun.xml.security', name: 'xml-security-impl', version: '1.0'

  2. error: package com.sun.xml.internal.messaging.saaj.util does not exist ,我加了最新的也不行
    implementation group: 'com.sun.xml.messaging.saaj', name: 'saaj-impl', version: '3.0.4'

from jyso.

qi4L avatar qi4L commented on July 24, 2024

JAVA8自带的吧

from jyso.

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.