Questions tagged as 'compilar'

1
answer

Create an executable from a python script (NumPy)

Sorry that seems like a very simple doubt, but it is the first time that I do this and I am having difficulties. I have created with spyder, a software that brings anaconda, a calculator of systems of equations, in which I have used the numpy mo...
asked by 07.05.2018 / 21:38
1
answer

Copies $ .class in jar files

When I compile a jar with maven, but when I unzip it, it generates me copies of several files with the symbol $.class , how can I omit this type of copies? Example: dao.class dao$1.class     
asked by 20.04.2018 / 17:26
1
answer

error when compiling main c ++ file

There is an error that has come up to me several times, I have modified the classes to remove that error, but it keeps coming out when executing the main, I do not know what it is referring to, we appreciate help. this is the main code: #in...
asked by 27.09.2017 / 01:27
1
answer

Because when compiling in NetBeans does not return anything to me?

I am doing a sum and octal conversion of two numbers, but when compiling it does not do the operation. I am calling the methods of my class from the main. I could not find my error. I leave my code (eye that I am starting in this) package octa...
asked by 09.08.2018 / 01:38
2
answers

Error with data types in Java when compiling

I have a problem trying to compile this exercise in Java, I use the console to compile and the error it throws at me is something like this: Can not convert the data type String to String [] [] How should I Then make the statements? /* Cre...
asked by 12.03.2017 / 18:13
1
answer

how can I substitute a date using compile_obj.subn?

I do this for fich in ficheros: coincidencias = re.search(patron, fich) #print(coincidencias) if coincidencias: print("coincide ----------------------->"+fich) Result C...
asked by 22.11.2018 / 14:10
1
answer

Why when running my code does not make any changes on the screen?

codeblocks edition Good, my problem continues with the compiler of the codeblocks or the way in which compiled, in several Youtube courses I have seen that they do not have this problem and none I could give reason. What happens is that when...
asked by 02.03.2017 / 04:42
0
answers

Error compiling OpenGL project

I was programming a project in C ++ with OpenGL that worked before I had to reinstall Ubuntu. After reinstalling Ubuntu, I installed the libraries using the following commands in the terminal:    sudo apt-get install freeglut3 freeglut3-dev...
asked by 24.06.2018 / 17:29
2
answers

Compile and execute Java project from terminal

I am trying to compile and run a Java project from the Windows terminal, I have a folder. \ lib with several .jar To compile I use the following command: javac -encoding UTF-8 -d. \ bin -cp. \ src. \ src \ game \ Party.java Compile me...
asked by 26.10.2017 / 00:19
2
answers

Error compiling app firebase build.gradle

I want to add to my firebase app, I followed the instructions of the firebase web to be able to complícate it in my build.gradle, but when compiling compile 'com.google.firebase: firebase-messaging: 10.2.6' it gives me this error, and I do not k...
asked by 23.09.2017 / 13:41