Notifications
Clear all

[Solved] Java class files not found when submitting the SPT

2 Posts
2 Users
0 Reactions
842 Views
0
Topic starter

I'm getting the following error when I try to submit the spt through Studio.

Could not submit Process Type because there are java code integrity problems.

This often happens when an SPT is copied without its accompanying studio-src folder, or when the project has not been refreshed after source files were modified outside of studio.

The specific problems encoutered were:

Class file not found for Asset Buffer/UpdateOnhand

Class file not found for Asset Buffer/UpdateBufferParameters

...

What is causing this problem and how do I fix it?

2 Answers
0

Make sure your Dataset project as well as all projects your Dataset depends on are "building" without errors in Studio. If there are build errors, it won't submit properly.

0
Topic starter

Also, make sure that any projects that your Dataset depends on is built properly.