Questions tagged [libs]

It's a special folder in Java projects. It's used to store compiled libraries (jar files)

It's a special folder in Java projects.
It's used to store compiled libraries (jar files).
These libraries contain common blocks of code that may be reused inside an app.

189 questions
0
votes
2 answers

javadoc doclet libs : Illegal package name or ClassCastException when running it

I am running into the next problem: I am trying to run my very own and beautiful doclet in the console(Windows 7): javadoc com.mypackages.api -sourcepath ./src/main/java/ Which leads me to a mountain of exceptions: java.lang.ClassCastException:…
raspayu
  • 5,089
  • 5
  • 37
  • 50
0
votes
1 answer

Should i rebuild a dependent lib after system update?

I have some fear when i update my system libraries. For example, i made make && make install for a custom lib (i.e. libhell, there is no this library in repo) that depends on libssl-dev>0.5. Then apt offers me to update libssl-dev. Should i rebuild…
night-crawler
  • 1,409
  • 1
  • 26
  • 39
-1
votes
1 answer

No libs and no main.dart file in New Flutter Project on Android Studio

I'm beginner of programing. I've already installed Flutter and Dart in my plugins. I created New Flutter project but I can't find libs file. How can I solve this problem? macOS 13.2 Intel Core i5 I Opened Android Studio. Project Structure >…
dack
  • 11
-1
votes
1 answer

I can't find the downloaded libs folder

I can't find my libs folders, I looked everywhere, I download a lib but it doesn't show up, I need help enter image description here
Gabriel
  • 1
  • 1
-1
votes
1 answer

Python and library (wxPython)

I'm complety new to Python (coming from Java) and trying to use wxPython library (GUI). I'm using PyCharm as IDE. Does anyone know how to use library with Python ? Thanks a lot
zardlemalefique
  • 77
  • 1
  • 11
-1
votes
1 answer

Change PATH for LIBS

I have recently been trying to compile dropbear for 64bit arch android devices. I got the program to compile and run, but when I log in to the server it kicks me off with an error. I configured & compiled like so: cp ../config.guess ../config.sub…
Geofferey
  • 2,862
  • 6
  • 21
  • 24
-1
votes
1 answer

run.sh - package X does not exist

I'm running ./run.sh from Alfresco All-in-One extension but I got the error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project repo-amp: Compilation failure: Compilation…
PRVS
  • 1,612
  • 4
  • 38
  • 75
-1
votes
1 answer

Library for creating QR code

I need a QR code library to encode only numeric values. QR code with only numeric values can store up to 7089 characters, alphanumerics - 4296. As far i have searched i can found libs with ability to encode only alphanumeric or binary values. Except…
Zygimantas Gatelis
  • 1,923
  • 2
  • 18
  • 27
-2
votes
1 answer

How to solve Error importing: pycurl lib. To install it on Debian based systems: $ 'sudo apt-get install python3-pycurl'

can someone help me i get this error when i try starting ufonet https://github.com/epsylon/ufonet I get this: Error importing: pycurl lib. To install it on Debian based systems: $ 'sudo apt-get install python3-pycurl' Im on Windows 10 and using…
sinaj288
  • 1
  • 1
1 2 3
12
13