Bytecoder icon indicating copy to clipboard operation
Bytecoder copied to clipboard

Framework to interpret and transpile JVM bytecode to JavaScript, OpenCL or WebAssembly.

Results 62 Bytecoder issues
Sort by recently updated
recently updated
newest added

Bumps [selenium-chrome-driver](https://github.com/SeleniumHQ/selenium) from 4.2.2 to 4.4.0. Release notes Sourced from selenium-chrome-driver's releases. Selenium 4.4.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...

dependencies

I'm try to create file with simple FileOutpuStrem for temporary file. The project compile but have a error in cosole: ``` File file = new File("prova.txt"); file.createNewFile(); FileOutputStream os =...

Hi, I'm testing to write simple "hello word", for test my crypto suites. i start from simple hash. Some static method non are present on bytecoder. **Example** MessageDigest.getInstance(). **Than i...

Bumps `kotlin.version` from 1.3.72 to 1.7.10. Updates `kotlin-stdlib` from 1.3.72 to 1.7.10 Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should...

dependencies

My code is as follows: `package testjavawasm; import java.lang.Thread; public class TestThread { public static void main(String[] args) { //System.out.println("main thread id is: " + Thread.currentThread().getId()); Thread t1 = new...

Hello, @mirkosertic Thank you for Bytecoder! I am facing an error: Cannot find static method getInstance in java/security/MessageDigest with signature java.security.MessageDigest(java.lang.String,java.lang.String) Could you help me, please? Or give some advice?...

runtime

I have some code using google's guava library, and Bytecoder dies when stackifying everything: ... [INFO] Compiling com.google.common.collect.ImmutableSet$CachingAsList. [DEBUG] Method com.google.common.collect.ImmutableSet$CachingAsList. successfully stackified [INFO] Compiling com.google.common.collect.ImmutableSet$CachingAsList.iterator [INFO] ------------------------------------------------------------------------ [INFO] BUILD...

I created this simple project to showcase the issue, just run `mvn install` https://github.com/priand/bytecoder-swing It appears that ClassLibProvider doesn't see java.desktop. Did I miss a configuration in the pom.xml to...

question

Hi @mirkosertic, thanks for ByteCoders, Actually I am facing one issue in importing dependency and trying to convert to JS. Attaching a screenshot for reference. Could u plz help here.

I would like to use external decencies like 'org.json' , added to maven but getting following error while running 'mvn clean install' Failed to execute goal de.mirkosertic.bytecoder:bytecoder-mavenplugin:2021-11-02:compile (default) on project...

question