Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java] Not using -java-lib flag when compile with --connect flag #5725

Closed
SlavaRa opened this issue Sep 28, 2016 · 0 comments · Fixed by #9608
Closed

[Java] Not using -java-lib flag when compile with --connect flag #5725

SlavaRa opened this issue Sep 28, 2016 · 0 comments · Fixed by #9608
Assignees
Labels
platform-java Everything related to Java

Comments

@SlavaRa
Copy link
Member

SlavaRa commented Sep 28, 2016

env: Win 7, Haxe 3.3.0, hxjava: [3.2.0]
run without Completion server:

haxe  -cp src -java D:/projects/HXJavaApp/bin/ -main Main -java-lib gdx.jar -java-lib gdx-natives.jar -java-lib gdx-backend-lwjgl.jar -java-lib gdx-backend-lwjgl-natives.jar

result:

haxelib run hxjava hxjava_build.txt --haxe-version 3300 --feature-level 1
javac.exe "-sourcepath" "src" "-d" "obj" "-g:none" "-classpath" "./lib/gdx.jar;./lib/gdx-natives.jar;./lib/gdx-backend-lwjgl.jar;./lib/gdx-backend-lwjgl-natives.jar" "@cmd"
Build succeeded

run with Completion server:

D:\projects\HXJavaApp>haxe --connect 6000 --each -cp src -java D:/projects/HXJavaApp/bin/ -main Main -java-lib gdx.jar -java-lib gdx-natives.jar -java-lib gdx-backend-lwjgl.jar -java-lib gdx-backend-lwjgl-natives.jar

result:

Type name  is redefined from module java.lang.Double
@Simn Simn modified the milestone: 4.0 Jan 9, 2017
@markknol markknol added feature-ide IDE / Editor support platform-java Everything related to Java labels Jul 12, 2017
@Simn Simn removed this from the Release 4.0 milestone Apr 17, 2018
@Simn Simn added this to the Bugs milestone Apr 18, 2018
@Simn Simn removed the feature-ide IDE / Editor support label May 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform-java Everything related to Java
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants