Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java applications on Mac Catalina

4264950Jun 4 2020

Hi all

I have created a java desktop application that I sell from my web page https:strides.co.nz. It is run on Java SE 1.8 using the java Swing library and was developed using Netbeans. For many years I have created Windows and Mac installers using Advanced Installer and both Windows and Mac users have been able to use my program. The issue I have now is that the application will not run on Mac Catalina. I understand that the program needs to get notarized by Apple on xcode. When researching, there is only a minimal amount of information out there.

Can I create the app as I have done using NetBeans and Advanced Installer and then use xcode to submit the app for notarization. Or is there a better option for a java app?

Any advice would be most appreciated.

Comments

Oyvind Isene

The first statement for declaring the package is not really relevant, or am I missing something? Anyway, I did this in latest version of SQL Developer against an 11.2.0.4 database without getting any errors:

create or replace type user1_type
AS OBJECT ( DEMO VARCHAR2(3)) ;
/

create table nobeer
( col1 user1_type ) ;

SELECT * FROM NOBEER ;

1 - 1

Post Details

Added on Jun 4 2020
0 comments
282 views