Java

How to Connect Oracle EBS R12 Database with Oracle SQL Developer

How to Connect Oracle EBS R12 Database with Oracle SQL Developer: Step-by-Step Guide

Oracle E-Business Suite (EBS) R12 is a powerful ERP system widely used across industries. After a successful installation, one common requirement is connecting the Oracle EBS database with Oracle SQL Developer for easier database management, querying, and development tasks. In this blog post, we will walk you through how to connect Oracle EBS R12 apps […]

How to Connect Oracle EBS R12 Database with Oracle SQL Developer: Step-by-Step Guide Read More »

How to Create a Java Project properly

🚀 How to Create a Java Android Project in Android Studio (and Not Get Kotlin by Accident)

If you’re trying to build an Android app using Java, and Android Studio surprised you with a MainActivity.kt file instead of the good ol’ MainActivity.java, you’re not alone. I recently ran into this myself when setting up an OpenCV project and thought I’d share the fix. So, let’s walk through why this happens and how

🚀 How to Create a Java Android Project in Android Studio (and Not Get Kotlin by Accident) Read More »