java

  1. A

    Running 4diac-IDE

    4diac IDE: is an integrated development environment written in Java, based on the Eclipse framework. It provides an extensible engineering environment for modeling distributed control applications compliant to the IEC 61499 standard. I have run the application flawlelssly Debian Buster and...
  2. bratak

    Solved Java Application: TraderWorkstation on FreeBSD

    Howdy, Step by step I migrate my Pop!OS Linux to FreeBSD. I'm stuck with a Java application, called TraderWorkstation from Interactive Brokers. Link: https://www.interactivebrokers.com/en/general/tws-latest-install-instructions-linux-32.php I installed openjdk8-jre-8.282.05.1 Then I followed...
  3. I

    Enable ZGC in OpenJDK ports?

    I was wondering if anyone can shed light on why ZGC is not enabled in the FreeBSD ports for OpenJDK. From what I can find ZGC "should" function on FreeBSD, with that said I was finding conflicting information. Could anyone give me a bit more detail / direction? Is it something I can enable in my...
  4. B

    Other java debugging tools

    Hello! I use a java application with http service that after some time stops. The application is started at console (ssh) and when lost connection it becomes an orphaned process. This is not a problem. The problem is how can I view the cause that halts the process. (newbie, non-english-language)
  5. kodcode

    Arduino IDE package - Errors...

    Hello. Following https://wiki.freebsd.org/Arduino I installed the arduino package, and add the user to the dialer group. I get the following error when launching arduino: java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path: [/usr/local/arduino/lib, /usr/lib, /usr/local/lib]...
  6. T

    Solved Developing Java code in VSCode

    I wanted to try out VSCode on FreeBSD 13 since there are extensions that should essentially make VSCode a full-featured IDE on par (most functionality) with Intellij. The extensions available, that I have installed are: gabrielbb.vscode-lombok vscjava.vscode-java-pack...
  7. blind0ne

    Other Trying to code in InteliJ Idea on FreeBsd

    Hi, I'm trying to use idea under FreeBSD, but can't force local terminal inside idea to work. It print: Cannot open Local Terminal Cannot load native pty executor library See IDE log (Help | Show Log in Dolphin) for the details. When I'm starting the startup script from my Konsole terminal...
  8. blind0ne

    Solved Cannot start minecraft-server after compiling

    Hello, I want to start minecraft server from minecraft-server port for some kids. But, Here is the problem, I guess it's something in jdk or jre or something elese in java, the fact is that i can't resolve the problem by myself. Please help if you know how to solve this issue. Error: A JNI...
  9. T

    Other What needs to happen to get a newer version of Intellij on FreeBSD

    The version of Intellij presently available is 2020.2 on FreeBSD; however, 2021.2.2 is out. How do we get involved to get this updated and what all is required?
  10. T

    Solved Unable to effectively debug a Java application using Intellij

    I am attempting to debug a Java application in intellij and am unable to reference 'this', so it is very difficult to debug because I have absolutely no contextual information. While I am able to set breakpoints and it appears execution does stop there, I cannot see any of those values. My...
  11. I

    How to set or make FreeBSD report its OS as "Linux" to fool a (Java) app?

    I'm trying to run a Java app written for Linux on FreeBSD 13. The Java app reports the operating system "FreeBSD" as being not recognized. Is there anyway to set or make FreeBSD output its name as "Linux" to "fool" the Java app?
  12. I

    xrandr hangs and can't start X app

    I'm trying to run a Java GUI application and I'm getting: I've already set "setenv DISPLAY :0.0". The machine has xorg and kde5 installed and running. How can I resolve this problem? Please help!
  13. C

    Solved JavaFX on FreeBSD?

    Does anyone of you guys have experience with JavaFX on FreeBSD? Does it work or need any particular packages on top of, i.e. java/openjdk11? I attempted to update and adopt the port for desktop/ganttproject and noticed that the latest version got rewritten to use JavaFX. I updated everything in...
  14. T

    Solved Java, frequent segfaults

    I have been noticing I am having frequent segfaults when I run a utility to format my java code. I am using a shell script that wraps google java format and runs 10 processes in parallel via xarg. I am guessing that by running 10 processes in parallel that use the same jar file, I am having...
  15. D

    Solved daemon not killing (grand)child process on service stop

    Hello, I tried to follow this tutorial to make a rc.d script for a program I would like to run as a service in one of my jails (In this case, a keycloak server - installed manually since it is not available as a port/package yet.)...
  16. Farhan Khan

    junixsocket-native not loading

    Hi all, This is a long-shot, but anyone know why the library junixsocket-native might not load on FreeBSD? I am using OpenJDK 13, and have tried every available version on FreeBSD 12.1-RELEASE-p2. I am trying to run the package 'signald', but this appears to be the only (at least current) error...
  17. mehrdaddolatkhah

    Other How to Use FreeBSD for Java, Android, Flutter and Golang Development

    Hello Guys, Freshly I decide to use FreeBSD for all of my life. right now I'm working with Java, Kotlin, Android, Flutter, and Golang for the development section of my life. how is it possible I use FreeBSD without any problem in Development with Continue programming with the languages I said...
  18. J

    Has anyone run Azul Zulu OpenJDK on FreeBSD or any BSD?

    I know FreeBSD has a page detailing you either use the OpenJDK project or Oracle JDK in Linux compatibility mode... but what about Zulu OpenJDK? They support Linux and Solaris... but can you run Solaris executables on BSD?
  19. Discipulus

    Java App with Linux Compiled Library Dependency

    On FreeBSD 12.0-RELEASE-p3, is it possible to run a JVM application that has a dependency on a library (.so file) that was compiled for linux? I've developed a JVM application, for JRE 8, that has a dependency on a closed-source third-party library that was compiled for linux. I have been...
  20. D-FENS

    eclipse is broken

    Hi, I have noticed for some time that the java/eclipse 4.6 is broken due to expiring dependencies (webkit-gtk2 and webkit-gtk3). Is there a hope for a newer version, or will the port expire end of April 2019? I found a bugzilla ticket with an updated port for eclipse 4.11 and I am currently...
Back
Top