jar tag

13 questions


1 answers
371 views
0
How to Create a Dependent Jar File from settings.gradle

When I asked Stack Overflow in English, I couldn't get an answer, so I'll ask you a question.The current Gradle not only creates build.gradle but also sets.gradle, and the dependencies are written the...

1 years ago

1 answers
60 views
0
How to import jar files from Eclipse

How do I import jar files from Eclipse?

1 years ago

1 answers
61 views
0
How to run a class of jar files

There is a jar file called myJar.jar in myfolder. I want to call myClass in this jar file, so can I know which command to enter?I did java-cp myJar.jar.myClass, but I can't.


1 answers
62 views
0
Please excuse the error

I made a java Library module in Android studio, and there is no problem with Compile, but there is a problem when running;; It's been a few days since Googleing, but I haven't solved it yet ㅠ 구 The r...

1 years ago

1 answers
74 views
0
Jar and war difference (when each one is used)

Jar files, Java classes, etc. can be compressed in war Is it necessary to use jar?Can't we just compress everything into war? I don't know when to use war and jar respectively (crying)If it's just a J...

1 years ago

1 answers
57 views
0
Isn't it possible to use it right away if I add a jar file in Android studio?

As you can see, even though there is a class with the same name on the leftWhen I try to create it in the main activity, the red line pops up and it says it's a symbol that's missingㅠ

1 years ago

1 answers
65 views
0
How do I read files from Jar in Java?

I want to read the XML file located in one of the jar files included in the class path. How do I read the file included in the jar file?

1 years ago

2 answers
61 views
0
Is there any way to run the jar file generated by Java in Java, not cmd?

As the title says, I wonder if there is a way to run Java's jar file in the java main instead of the cmd window.

jar
1 years ago

1 answers
80 views
0
What is the difference between war and jar in Java?

What is the difference between a .jar file and a .war file in Java? Is the extension different? Is there any other difference?

1 years ago

1 answers
58 views
0
When you run the jar file through the process function in Java, the jar execution screen appears on the UI and covers the UI.

When you run the jar file through the process function in Java, the jar execution screen appears on the UI and covers the UI.So if Jar is executed, what should I do to prevent the Jar execution window...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.