Open triosoftteam opened 2 years ago
@triosoftteam Please be specific and provide more info on what issue are you facing.
java.lang.NoClassDefFoundError: Failed resolution of: Ljavax/swing/JFrame;
at app.astrosoft.util.AstroUtil.decimal(Unknown Source:0)
at app.astrosoft.beans.BirthData.
in runtime when use this functions
try { Place place = new Place("Bangalore", "Karnataka", "India", 25.51, 85.47, 5.30); Calendar c = new GregorianCalendar(1995, 5, 18, 5, 12, 1); BirthData birthData = new BirthData("Ashwini", c, place);
Horoscope horoscope = new Horoscope(birthData);
horoscope.calculateAll();
System.out.println(horoscope);
} catch (Exception e) {
Log.d(TAG, "onClick: " + e);
}
Java Swing UI doesn't work in Andriod, you can't simply take a java desktop app and run it in android. You can build UI in android yourself. You can use Astrosoft code for calculations.
can you expain Astrosoft code how to implement code in android (java)
@triosoftteam The code is available free. You can read the code and figure it out!.
actually i can't get it where do i find the exact path for calculation code can you tell me the excet path to reach out
integrate java files to my android project