#cate_block

1 messages · Page 1 of 1 (latest)

cloud flameBOT
ancient beacon
#

Hi, yes, have you checked our official Doc and QuickStart?

rough raft
ancient beacon
#

Yes that's correct. Inside the server folder you can refer Java, and inside the client server you can refer react-cra

rough raft
#

the one used in the git is html right?

ancient beacon
#

No, they have all the possible path. Click on "client"

rough raft
#

will check

ancient beacon
#

"react-cra" here

rough raft
#

I'm doing the Installing and cloning manually and when I build the java using "mvn package" I'm getting this error:

Could not resolve dependencies for project com.stripe.sample:accept-a-payment🫙1.0.0-SNAPSHOT: The following artifacts could not be resolved: org.slf4j:slf4j-simple🫙1.7.32 (absent), com.sparkjava:spark-core🫙2.9.3 (absent), com.stripe:stripe-java🫙20.90.0 (absent), io.github.cdimascio:java-dotenv🫙5.2.2 (absent): Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.slf4j:slf4j-simple🫙1.7.32 has not been downloaded from it before.

#

is this needed if I do the manual steps "stripe samples create accept-a-payment"

ancient beacon
#

That's a Java build error

#

hmm

rough raft
#

Got this error using the stripe-sample-code from the link "Execution default of goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:single failed: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven.shared:maven-common-artifact-filters🫙1.1 (absent), org.codehaus.plexus:plexus-interpolation🫙1.7 (absent), org.codehaus.plexus:plexus-archiver🫙1.0-alpha-12 (absent), org.apache.maven.shared:file-management🫙1.1 (absent), org.apache.maven.shared:maven-shared-io🫙1.1 (absent), org.apache.maven.shared:maven-filtering🫙1.0-beta-2 (absent), org.codehaus.plexus:plexus-active-collections🫙1.0-beta-2 (absent), org.codehaus.plexus:plexus-io🫙1.0-alpha-4 (absent), org.apache.maven:maven-plugin-api🫙2.0.4 (absent), org.apache.maven:maven-project🫙2.0.4 (absent), org.apache.maven:maven-archiver🫙2.4 (absent), org.codehaus.plexus:plexus-utils🫙2.0.1 (absent), org.apache.maven:maven-artifact🫙2.0.4 (absent), org.apache.maven:maven-model🫙2.0.4 (absent), org.apache.maven.shared:maven-repository-builder🫙1.0-alpha-2 (absent): Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.shared:maven-common-artifact-filters🫙1.1 has not been downloaded from it before. "