Error 1200 an Illustrator error occurred 1346458189

Asked By 50 points N/A Posted on -
qa-featured

Hi experts,

I have created a project in Java and when my script saves a number I have this error with Adobe Illustrator. This error appears with random numbers and I don’t know how to solve it. Does anyone can help me to solve the error with Java and Adobe Illustrator ? Please explain me why I have this error ?

Kind regards !

Adobe Illustrator

Error 1200: an Illustrator error occurred: 1346458189 (‘PARM’)

Line: 25

SHARE
Best Answer by Sharath Reddy
Best Answer
Best Answer
Answered By 590495 points N/A #188081

Error 1200 an Illustrator error occurred 1346458189

qa-featured

If the project you created in Java is an app that fires up Adobe Illustrator from a command or will attempt to launch the Adobe Illustrator software if the user wishes to, try checking the commands you used to launch Adobe Illustrator. Go back to your program and check line number 25 where the error was triggered.

Since it is obviously a Java application, you should verify each line in your codes to make sure they are all valid and doesn’t have mistyped commands or any invalid declaration of variables and other stuffs. And also, to make sure the program you want to launch in your app is working, try manually opening Adobe Illustrator on your desktop and see if it is working properly.

Any errors you encounter when opening Adobe Illustrator yourself is a clear sign that the problem is coming from Adobe Illustrator itself and not from your Java app. If this is the case, try reinstalling Adobe Illustrator and make sure it is working first before attempting to launch it in your app.

Answered By 5 points N/A #188083

Error 1200 an Illustrator error occurred 1346458189

qa-featured

Ensure you use standard debugging method in order to locate the line where the JavaScript is getting the error or if it an error that affects certain image types. Also you need to ensure that that problem is not coming from your system.

Related Questions