B4J Question [ABMaterial] first try getting ERROR 404

Tayfur

Well-Known Member
Licensed User
Longtime User
I donwload ABM 1.22

  • Copy from all files in Library folder to internal library folders on PC
    • ABmetarila.xml
    • ABmetarila.jar
    • httpclient-4.5.1
    • microsoft-translator-java-api-0.6.2-jar-with-dependencies
    • pngtastic-1.1
    • prettytime-4.0.1.Final
  • Copy Template folder . rename demo
  • change names : "demo.b4j.meta" and "demo.b4j"
  • Open project Demo with B4J
  • After run release mode
  • Open Chrome
  • http://localhost:51042/demo
Returned :

************************************************************

HTTP ERROR: 404
Problem accessing /demo. Reason:

Not Found


Powered by Jetty:// 9.3.z-SNAPSHOT

**********************************************************

I cant solve it.
 

mindful

Active Member
Licensed User
You should change the name of the application from code (AppName). If you didn't modify it you can access at http://localhost:51042/template

Read the code from the template as it's very easy to understand and do your required changes ... also check the demo project from the library as you will find a lot of 'how to' code ...
 
Upvote 0

Tayfur

Well-Known Member
Licensed User
Longtime User
You should change the name of the application from code (AppName). If you didn't modify it you can access at http://localhost:51042/template

Read the code from the template as it's very easy to understand and do your required changes ... also check the demo project from the library as you will find a lot of 'how to' code ...
tahnk you;
I dont look ABMApplication in Class_Globals.
Thank you fast feedback.

it has a IDE for desing forms?

I will start enjoy :)
 
Upvote 0
Top