Questions tagged as 'bytecode'

1
answer

Creating a java interpreter for android?

I'm developing an android application where you can write a java code and run it ... something like visualg . so I did something different than most of the tutorials on compilers and pseudocodes would say ... where would that have to be genera...
asked by 07.04.2015 / 04:14
1
answer

Function of .pyc files in Python

If the Python language is interpreted, why are there .pyc files that are compiled bytecodes?     
asked by 25.05.2017 / 07:14
1
answer

Project Nashorn, javascript + java?

I found the approach interesting after studying deeper education bytecode InvokeDynamic . But I have doubts about the design and practical use. Will the javac natively understand the javascript block and will it generate the bytecode from...
asked by 27.06.2015 / 23:06
1
answer

Load the bytecode of the image into String and convert to Bitmap in Flash AS3

I need to load the bytecodes of the image into a String and then convert it to Bitmap . I am using the code below but without success: var urlLoader:URLLoader = new URLLoader(); urlLoader.load(new URLRequest("imagebytecode.txt"));...
asked by 11.02.2014 / 19:05
0
answers

How to install BCOMPILER with PHP-5.6?

I tried to install bcompiler with php7.0 on my Debian-9.4 unsuccessfully, and read that php7 is not supported So I installed php5.6 with all php5.6-dev packages, php5.6-fpm, which would be required to install php extensions (pecl, pear), i...
asked by 06.08.2018 / 15:38
1
answer

how to compile application in java and generate your Bytecodes [closed]

I can not compile my application from the prompt (cmd). Whenever I try, it gives some error. I think I'm doing it wrong because otherwise it would have worked.     
asked by 14.12.2014 / 15:28