Menu

Download Unicenta 4.6 Source Code (Community)

2020-12-15
2020-12-16
  • Efraín Rincón

    Efraín Rincón - 2020-12-15

    I downloaded unicenta version 4.6 source codes, but I can't get it to work with netbeans, it seems to be missing library files. Can somebody help me?? or is version 4.6 mandatory to pay ???

     
  • Efraín Rincón

    Efraín Rincón - 2020-12-15

    The version 4.2 of unicenta worked perfectly with the source codes in netbeans but the 4.6 did not make me run.

     
  • paddy downey

    paddy downey - 2020-12-15

    What issue do you have when using netbeans?

     
  • paddy downey

    paddy downey - 2020-12-15

    As far as I am aware if you replace the pom.xml in source code netbeans will download all libraries when you start the project. As I said see previous link.

     
    • Efraín Rincón

      Efraín Rincón - 2020-12-15

      I already managed to get the libraries and make a perfect BUILD, but when I run it I get this

      dic 15, 2020 6:53:01 PM com.openbravo.pos.forms.AppConfig init
      INFORMACIÓN: Reading configuration file: C:\Users\EFRAINR\unicentaopos.properties
      Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
      at javax.swing.ImageIcon.<init>(ImageIcon.java:217)
      at com.openbravo.pos.forms.JRootApp.initComponents(JRootApp.java:1004)
      at com.openbravo.pos.forms.JRootApp.<init>(JRootApp.java:201)
      at com.openbravo.pos.forms.JRootKiosk.initFrame(JRootKiosk.java:71)
      at com.openbravo.pos.forms.StartPOS.lambda$main$0(StartPOS.java:111)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
      at java.awt.EventQueue.access$500(EventQueue.java:97)
      at java.awt.EventQueue$3.run(EventQueue.java:709)
      at java.awt.EventQueue$3.run(EventQueue.java:703)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
      BUILD SUCCESSFUL (total time: 5 seconds)</init></init>

      delete the unicentaopos.properties file and the same thing comes out
      
       
      • Efraín Rincón

        Efraín Rincón - 2020-12-15

        I removed it so that the system would ask me for the configuration data for the database, but it did not work

         
  • paddy downey

    paddy downey - 2020-12-15

    I can't be of much more help. What java version are you running?

     
    • Efraín Rincón

      Efraín Rincón - 2020-12-15

      grateful for your input. I am using Java 1.8

       
  • Hugh

    Hugh - 2020-12-16

    Hello @niarferincon - can you make sure you are using the Oracle java 8 as uniCenta has javafx depedencies and some of the other jdks don't support this out of the box.

    Here is a link to the download: https://www.oracle.com/uk/java/technologies/javase/javase-jdk8-downloads.html

    Also have you modified the source code?

     

Log in to post a comment.