Processing and teensy arduino problem

Add this line to your processing sketch right after void setup()

println(Serial.list());

That line will print your ports that are connected in the bottom black box of the processing IDE. It will list everything connected to a port.

It will look like this in the case of the computer I am on.

[0] "COM1"
[1] "COM3"