Skip to content
  • Features
    • Integration features​
    • Customization features
  • Pricing
  • Knowledge Base
  • Start building
  • Features
    • Integration Features
    • Customization features
  • Pricing
  • Knowledge Base
Start building

Getting started with Quikapp

1
  • How to create a app

Prerequisites

1
  • Prerequisites for Quikapp

Domain verification

1
  • How to Verify Your Domain

Integrations

6
  •  Google sign in:
  • Google AdMob
  • Google Analytics
  • Chatbot
  • Push Notification
  • What Is Integration?

Customization

6
  • What Is Customization?
  • App Icon
  • Splash Screen
  • Bottom Nav bar
  • Loading indicator
  • Pull to refresh

Permission

1
  • Permission

Build Configuration

2
  • Build configuration for iOS
  • Build configuration for Android

App Screenshot

3
  • What is App Screenshot?
  • What is App Screenshot (Android) ?
  • What is App Screenshot (ios) ?

How to

9
  • How to install Java
  • How to create keystore for Android
  • How to get Team ID
  • Configure  Push Notification for Android
  • Configure  Push Notification with APNs – iOS
  • How to Install openSSL
  • How to Create Provisioning Profile – iOS
  • How to create Certificate for iOS
  • App Store Connect API

Pricing

1
  • Pricing

Tickets

1
  • Ticket

FAQ

3
  • Build
  • Publish
  • Push Notification

Account Center Guide

1
  • Account Center
View Categories
  • Home
  • Docs
  • How to install Java

How to Install Java (JDK 17)

Recommended version: JDK 17 (Latest LTS)

Setup on macOS

Step 1: Install JDK
Option 1: Using Homebrew (Recommended)

Copy to clipboard
1
brew install openjdk@17

Option 2: Manual Installation
Download JDK 17 from:

  • Oracle: https://www.oracle.com/java/technologies/downloads/
  • Adoptium (OpenJDK): https://adoptium.net/

Step 2: Set JAVA_HOME (Optional but Recommended)

  1. Open your shell configuration file:
    • zsh (default on macOS): ~/.zshrc
    • bash: ~/.bash_profile
  2. Add the following lines:
Copy to clipboard
1
2
export JAVA_HOME=$(/usr/libexec/java_home -v 17)
export PATH=$JAVA_HOME/bin:$PATH

Save the file and reload the shell:

Copy to clipboard
1
source ~/.zshrc

(or source ~/.bash_profile if using bash)

Step 3: Verify Installation
Run:

Copy to clipboard
1
2
java -version
javac -version
Both commands should return version 17.x without errors.

Setup on Windows

Step 1: Install JDK

  1. Download JDK 17 (or latest LTS) from:
    1. Oracle: https://www.oracle.com/java/technologies/downloads/
    2. Adoptium (OpenJDK): https://adoptium.net/
  2. Install using default settings.

Default install path:

C:\Program Files\Java\jdk-17\

Step 2: Set Environment Variables

  1. Open:
    Control Panel → System → Advanced system settings → Environment Variables
  2. Under System variables, click New:
  3. Variable name: JAVA_HOME
  4. Variable value:
Copy to clipboard
1
C:\Program Files\Java\jdk-17

Select the Path variable → Edit → New, then add:

Copy to clipboard
1
%JAVA_HOME%\bin
Click OK to save all changes.

Step 3: Verify Setup
Open Command Prompt
Run:

Copy to clipboard
1
2
java -version
javac -version

Both commands should respond without errors and show Java 17.

Updated on December 22, 2025

What are your Feelings

    Build powerful, fully customizable Android and iOS apps effortlessly with our platform no coding required. Empower your vision with professional features and seamless publishing.

    Facebook-f Instagram Twitter Youtube

    Get help anytime check out our

    Knowledge Base
    • Privacy Policy
    • Terms of Service
    • Refund & Cancellation Policy
    © 2026 Quikapp All Rights Reserved.