Skip to content

JavaPackagerTextArea - Show Java properties and environment variables in a Java/Mac app

Notifications You must be signed in to change notification settings

alvinj/JavaPackagerTextArea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javapackager Example

The main purpose of this project is to be a relatively simple example of using the javapackager command to build a Mac/Java application as a traditional macOS application bundle.

To compile and run the project, run these commands:

  • ./1compile.sh — compiles the application
  • ./2makeJar — creates a jar file from the *.class files and manifest
  • ./3build - builds the Mac application bundle

Assuming that everything works as it should, you can then run the newly-built application using this command:

  • open release/bundles/MacJavaProperties.app/

Created by

This javapackager example was built by:

Alvin Alexander
http://alvinalexander

About

JavaPackagerTextArea - Show Java properties and environment variables in a Java/Mac app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published