org.eclipse.core.runtime.CoreException: File not found: C:\Users\Ingo Muschenetz\Documents\Titanium Studio Workspace\uatest2\build\android\bin\assets\Resources\app.js.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Make sure the file resides in the project folder if you're referencing it via a relative path. If not, use the absolute path to the file with the file extension.
Use the relative path when providing the location of the file. Place the file in the project folder and access it according to the hierarchy. If you want to access a file outside the project folder, provide the absolute path.
Solutions on the web
via Appcelerator JIRA by Ingo Muschenetz, 2 years ago
via Appcelerator JIRA by Ingo Muschenetz, 1 year ago
via Appcelerator JIRA by Ingo Muschenetz, 1 year ago
via Appcelerator JIRA by Ingo Muschenetz, 2 years ago
via com.br by Unknown author, 2 years ago
via Eclipse Bugzilla by nick_edgar, 1 year ago
java.io.FileNotFoundException: C:\Users\Ingo Muschenetz\Documents\Titanium Studio Workspace\uatest2\build\android\bin\assets\Resources\app.js (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.
(Unknown Source) at org.eclipse.core.internal.filesystem.local.LocalFile.openInputStream(LocalFile.java:362)
at com.aptana.editor.js.contentassist.index.JSFileIndexingParticipant.indexFileStore(JSFileIndexingParticipant.java:108)
at com.aptana.index.core.AbstractFileIndexingParticipant.index(AbstractFileIndexingParticipant.java:139)
at com.aptana.index.core.IndexRequestJob.indexFileStores(IndexRequestJob.java:423)
at com.aptana.index.core.IndexContainerJob.run(IndexContainerJob.java:100)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)