-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradle error #46
Comments
Well, you have not provided the details about your gradle configurations, please provide us complete details about your gradle configurations and settings. We think most possible cause of your issue should be due to the configuration of your environment, you need to evaluate it and fix it. If you still could not evaluate, we need your sample project to test your issue on our end. |
Dear Amjad plugins {
} repositories { dependencies {
// https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java } application { run { |
ok |
Yes, you should add maven repository into your build.gradle. Anyways, we are pleased that you have sorted out your issue now. |
hi
I used the aspose cell in form of maven and it works
but now I want to merge the project with another java project using gradle (instead of maven)
but after adding the jar files downloaded from your site (from this page: https://downloads.aspose.com/cells/java), I face with this error:
error: package com.aspose does not exist
import com.aspose.cells.*
in the code I have written there is no error, but when I want to run the project (same code as the file which have worked in maven before) this error appears !
please help me!
many thanks in advance.
The text was updated successfully, but these errors were encountered: